Fixes to compile with crystaX NDK r5 beta3

This commit is contained in:
pelya
2011-04-28 15:47:29 +03:00
parent 0742977a5e
commit 5caee5cdfe
6 changed files with 19 additions and 5 deletions

View File

@@ -25,5 +25,11 @@ ifneq ($(findstring r5b,$(NDK_VERSION))$(findstring r5-crystax,$(NDK_VERSION)),)
$(info Building with NDK r5b - internal STLPort disabled)
NDK_R5_TOOLCHAIN := 1
endif
ifneq ($(findstring r5-crystax-1.beta3,$(NDK_VERSION)),)
$(info Building with CrystaX r5 beta3 toolchain - internal STLPort disabled, wchar support enabled)
CRYSTAX_R5B3_TOOLCHAIN := 1
endif
NDK_PATH := $(shell dirname $(shell which ndk-build))
include $(call all-subdir-makefiles)