Remove unexpected tabs

This commit is contained in:
Frank Denis 2016-12-17 18:52:52 +01:00
parent 9d2ac5f747
commit 5aaff1ce2a

View File

@ -8,19 +8,19 @@ else
fi fi
if [ -z "$ANDROID_NDK_HOME" ]; then if [ -z "$ANDROID_NDK_HOME" ]; then
echo "You should probably set ANDROID_NDK_HOME to the directory containing" echo "You should probably set ANDROID_NDK_HOME to the directory containing"
echo "the Android NDK" echo "the Android NDK"
exit exit
fi fi
if [ ! -f ./configure ]; then if [ ! -f ./configure ]; then
echo "Can't find ./configure. Wrong directory or haven't run autogen.sh?" echo "Can't find ./configure. Wrong directory or haven't run autogen.sh?"
exit 1 exit 1
fi fi
if [ "x$TARGET_ARCH" = 'x' ] || [ "x$ARCH" = 'x' ] || [ "x$HOST_COMPILER" = 'x' ]; then if [ "x$TARGET_ARCH" = 'x' ] || [ "x$ARCH" = 'x' ] || [ "x$HOST_COMPILER" = 'x' ]; 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
export MAKE_TOOLCHAIN="${ANDROID_NDK_HOME}/build/tools/make-standalone-toolchain.sh" export MAKE_TOOLCHAIN="${ANDROID_NDK_HOME}/build/tools/make-standalone-toolchain.sh"