Added some support for NDK r5, commented out cin/cout/cerr in built-in STLPort bercause they keep crashing
This commit is contained in:
@@ -6,7 +6,11 @@ endif
|
||||
|
||||
ifneq ($(findstring -crystax,$(TARGET_CC)),)
|
||||
$(info Building with CrystaX toolchain - RTTI and exceptions enabled, STLPort disabled)
|
||||
CRYSTAX_TOOLCHAIN=1
|
||||
CRYSTAX_TOOLCHAIN = 1
|
||||
endif
|
||||
ifneq ($(findstring android-ndk-r5,$(TARGET_CC)),)
|
||||
$(info Building with NDK r5 - internal STLPort disabled)
|
||||
NDK_R5_TOOLCHAIN = 1
|
||||
endif
|
||||
|
||||
include $(call all-subdir-makefiles)
|
||||
|
||||
Reference in New Issue
Block a user