diff --git a/dist-build/android-build.sh b/dist-build/android-build.sh index a13fd011..c84c092f 100755 --- a/dist-build/android-build.sh +++ b/dist-build/android-build.sh @@ -11,7 +11,7 @@ if [ -z "$SODIUM_HOME" ]; then exit fi -if [ -z $TARGET_ARCH ] || [ -z $HOST_COMPILER ]; then +if [ -z "$TARGET_ARCH" ] || [ -z "$HOST_COMPILER" ]; then echo "You shouldn't use android-build.sh directly, use android-[arch].sh instead" exit 1 fi