From e24ae6cb0720cc4aba4996713c404296f2e6df88 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Thu, 9 Jan 2014 21:15:23 -0500 Subject: [PATCH] update Makefile - try building with older toolchain --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile index 5efe8e67..cef047c5 100644 --- a/external/Makefile +++ b/external/Makefile @@ -29,7 +29,7 @@ APP_ABI=armeabi APP_PLATFORM := android-$(shell sed -n 's,.*android:minSdkVersion="\([0-9][0-9]*\)".*,\1,p' \ $(EXTERNAL_ROOT)/../AndroidManifest.xml) NDK_SYSROOT=$(NDK_BASE)/platforms/$(APP_PLATFORM)/arch-$(NDK_ABI) -NDK_TOOLCHAIN_VERSION=4.7 +NDK_TOOLCHAIN_VERSION=4.6 NDK_UNAME := $(shell uname -s | tr '[A-Z]' '[a-z]') ifeq ($(NDK_ABI),x86) HOST = i686-linux-android