Skip to content

Commit a8c9240

Browse files
authored
Update build
1 parent a4126cc commit a8c9240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/mobile/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ $IOS ]; then
3737
echo "Building framework for iOS"
3838
go get golang.org/x/mobile/bind
3939
gomobile bind \
40-
-target ios -tags mobile -o Yggdrasil.xcframework \
40+
-target ios -tags mobile -o Mesh.xcframework \
4141
-ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
4242
./contrib/mobile ./src/config;
4343
fi
@@ -46,7 +46,7 @@ if [ $ANDROID ]; then
4646
echo "Building aar for Android"
4747
go get golang.org/x/mobile/bind
4848
gomobile bind \
49-
-target android -tags mobile -o yggdrasil.aar \
49+
-target android -tags mobile -o mesh.aar \
5050
-ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
5151
./contrib/mobile ./src/config;
5252
fi

0 commit comments

Comments
 (0)