We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4126cc commit a8c9240Copy full SHA for a8c9240
contrib/mobile/build
@@ -37,7 +37,7 @@ if [ $IOS ]; then
37
echo "Building framework for iOS"
38
go get golang.org/x/mobile/bind
39
gomobile bind \
40
- -target ios -tags mobile -o Yggdrasil.xcframework \
+ -target ios -tags mobile -o Mesh.xcframework \
41
-ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \
42
./contrib/mobile ./src/config;
43
fi
@@ -46,7 +46,7 @@ if [ $ANDROID ]; then
46
echo "Building aar for Android"
47
48
49
- -target android -tags mobile -o yggdrasil.aar \
+ -target android -tags mobile -o mesh.aar \
50
51
52
0 commit comments