mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'new' of https://github.com/wedge-jarrad/toxcore into new
This commit is contained in:
commit
691dac3cb0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user