diff --git a/xwords4/android/scripts/ndkbuild.sh b/xwords4/android/scripts/ndkbuild.sh index 985aebec3..998a45627 100755 --- a/xwords4/android/scripts/ndkbuild.sh +++ b/xwords4/android/scripts/ndkbuild.sh @@ -27,7 +27,7 @@ if [ ! -h $NDK_ROOT/apps/$APP ]; then fi cd $NDK_ROOT -make APP=$APP +make APP=$APP $* cd $OLDDIR echo "$0 done"