diff options
Diffstat (limited to 'build_deps.sh')
-rwxr-xr-x | build_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_deps.sh b/build_deps.sh index 7f0c8e89..9933709b 100755 --- a/build_deps.sh +++ b/build_deps.sh @@ -32,6 +32,6 @@ else echo "Clean build: compiling Go libraries" cd ./go || quit "Directory go not found" ./install_go.sh || quit "install_go.sh failed" - ./android_build_shapeshifter_lib.sh || quit "android_build_shapeshifter_dispatcher.sh failed" + ./android_build_shapeshifter.sh createLibrary || quit "android_build_shapeshifter_dispatcher.sh failed" cd .. fi |