mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
fix ios mwebd build script
This commit is contained in:
parent
23199cd8b9
commit
9b33e682f4
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ gomobile init
|
|||
# build mwebd:
|
||||
git clone https://github.com/ltcmweb/mwebd
|
||||
cd mwebd
|
||||
gomobile bind -target=ios ./mwebd
|
||||
mkdir -p ../../../cw_mweb/android/libs/
|
||||
gomobile bind -target=ios .
|
||||
mv ./Mwebd.xcframework ../../../ios/
|
||||
# cleanup:
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue