fix ios mwebd build script

This commit is contained in:
Matthew Fosse 2024-07-24 11:52:26 -05:00
parent 23199cd8b9
commit 9b33e682f4

View file

@ -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 ..