mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Update build
This commit is contained in:
parent
3a493fe894
commit
e0ea845cdc
6
build
6
build
@ -34,13 +34,15 @@ if [ $IOS ]; then
|
|||||||
gomobile bind -target ios -tags mobile -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
|
gomobile bind -target ios -tags mobile -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
|
||||||
github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil \
|
github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil \
|
||||||
github.com/yggdrasil-network/yggdrasil-go/src/config \
|
github.com/yggdrasil-network/yggdrasil-go/src/config \
|
||||||
github.com/yggdrasil-network/yggdrasil-extras/src/mobile
|
github.com/yggdrasil-network/yggdrasil-extras/src/mobile \
|
||||||
|
github.com/yggdrasil-network/yggdrasil-extras/src/dummy
|
||||||
elif [ $ANDROID ]; then
|
elif [ $ANDROID ]; then
|
||||||
echo "Building aar for Android"
|
echo "Building aar for Android"
|
||||||
gomobile bind -target android -tags mobile -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
|
gomobile bind -target android -tags mobile -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
|
||||||
github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil \
|
github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil \
|
||||||
github.com/yggdrasil-network/yggdrasil-go/src/config \
|
github.com/yggdrasil-network/yggdrasil-go/src/config \
|
||||||
github.com/yggdrasil-network/yggdrasil-extras/src/mobile
|
github.com/yggdrasil-network/yggdrasil-extras/src/mobile \
|
||||||
|
github.com/yggdrasil-network/yggdrasil-extras/src/dummy
|
||||||
else
|
else
|
||||||
for CMD in `ls cmd/` ; do
|
for CMD in `ls cmd/` ; do
|
||||||
echo "Building: $CMD"
|
echo "Building: $CMD"
|
||||||
|
Loading…
Reference in New Issue
Block a user