From bfe42d8899182d1495f0319a4a6c1652884505f5 Mon Sep 17 00:00:00 2001 From: vadym Date: Thu, 9 Sep 2021 10:42:16 +0300 Subject: [PATCH] build fix --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index d92c421a..e7338800 100755 --- a/build +++ b/build @@ -34,13 +34,13 @@ if [ $IOS ]; then echo "Building framework for iOS" go get golang.org/x/mobile/bind gomobile bind -target ios -tags mobile -o Mesh.framework -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \ - github.com/RiV-chain/mesh-extras/src/mobile \ + github.com/RiV-chain/RiV-mesh-extras/src/mobile \ github.com/RiV-chain/RiV-mesh/src/config elif [ $ANDROID ]; then echo "Building aar for Android" go get golang.org/x/mobile/bind gomobile bind -target android -tags mobile -o mesh.aar -ldflags="$LDFLAGS $STRIP" -gcflags="$GCFLAGS" \ - github.com/RiV-chain/mesh-extras/src/mobile \ + github.com/RiV-chain/RiV-mesh-extras/src/mobile \ github.com/RiV-chain/RiV-mesh/src/config else for CMD in mesh meshctl ; do