This commit is contained in:
irungentoo 2016-09-28 15:08:04 -04:00
commit 691dac3cb0
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -11,7 +11,7 @@ if [ -z "$SODIUM_HOME" ]; then
exit exit
fi 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" echo "You shouldn't use android-build.sh directly, use android-[arch].sh instead"
exit 1 exit 1
fi fi