Fix build
This commit is contained in:
parent
5c03bb9a01
commit
32a2908783
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
APP_STL := gnustl_shared
|
APP_STL := gnustl_shared
|
||||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||||
|
|
||||||
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.8),)
|
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.7),)
|
||||||
NDK_TOOLCHAIN_VERSION := 4.8
|
NDK_TOOLCHAIN_VERSION := 4.8
|
||||||
else
|
else
|
||||||
NDK_TOOLCHAIN_VERSION := 4.7
|
NDK_TOOLCHAIN_VERSION := 4.7
|
||||||
|
|
Loading…
Reference in a new issue