update Makefile

This commit is contained in:
Nathan Freitas 2015-05-13 11:55:41 -04:00
parent e3244a7f1e
commit 20bf4c7ec6
1 changed files with 1 additions and 1 deletions

2
external/Makefile vendored
View File

@ -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)),)