From c91dbb6957d49d9b68ce541b897587ca5bb06b7a Mon Sep 17 00:00:00 2001 From: fysx Date: Wed, 15 Jul 2015 11:10:46 +0200 Subject: [PATCH] Forcing use of GCC 4.8 to prevent compiling issues --- jni/Application.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/Application.mk b/jni/Application.mk index b936893c..ff0f73c1 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -6,5 +6,6 @@ APP_ABI := armeabi armeabi-v7a APP_CPPFLAGS := -frtti APP_LDFLAGS := -llog -landroid -lz APP_PLATFORM := 10 +NDK_TOOLCHAIN_VERSION := 4.8 # APP_OPTIM := debug