mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
cleaned up develop branch
This commit is contained in:
parent
2d36105eeb
commit
976bd70c96
14 changed files with 96 additions and 96 deletions
2
build
2
build
|
@ -33,7 +33,7 @@ fi
|
|||
if [ $IOS ]; then
|
||||
echo "Building framework for iOS"
|
||||
go get golang.org/x/mobile/bind
|
||||
gomobile bind -target ios -tags mobile -o Yggdrasil.framework -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
|
||||
gomobile bind -target ios -tags mobile -o Mesh.framework -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
|
||||
github.com/RiV-chain/RiV-mesh-extras/src/mobile \
|
||||
github.com/RiV-chain/RiV-mesh/src/config
|
||||
elif [ $ANDROID ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue