Browse Source

Forcing use of GCC 4.8 to prevent compiling issues

fysx 10 years ago
parent
commit
c91dbb6957
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jni/Application.mk

+ 1 - 0
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