From 5300fb3af063db1eedb6d8519cdc0aa9a854a1ca Mon Sep 17 00:00:00 2001 From: Elear Solutions Dev Date: Sun, 9 Sep 2018 14:30:13 +0530 Subject: [PATCH] remove tab --- aconfigure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aconfigure.sh b/aconfigure.sh index cb83656..c321baa 100755 --- a/aconfigure.sh +++ b/aconfigure.sh @@ -47,7 +47,7 @@ do ANDROID_TOOLCHAIN_DIR="toolchain_x86_19" COMPILER_PREFIX="i686-linux-android" ;; - "x86_64" ) + "x86_64" ) ANDROID_TOOLCHAIN_DIR="toolchain_x86_64_21" COMPILER_PREFIX="x86_64-linux-android" ;;