From 20bf4c7ec6cff875fac6bc75289cb52636ab2975 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Wed, 13 May 2015 11:55:41 -0400 Subject: [PATCH] update Makefile --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile index cd291959..b32fb917 100644 --- a/external/Makefile +++ b/external/Makefile @@ -24,7 +24,7 @@ endif # Android NDK setup NDK_BASE ?= /opt/android-ndk NDK_PLATFORM_LEVEL ?= 16 -NDK_TOOLCHAIN_VERSION=4.9 +NDK_TOOLCHAIN_VERSION=4.8 APP_ABI ?= armeabi NDK_ABI ?= $(APP_ABI) ifneq ($(filter arm%, $(APP_ABI)),)