Updated makefiles to work with newer CrystaX NDK

This commit is contained in:
pelya
2011-07-28 15:39:23 +03:00
parent 68bb534c19
commit f3ce9cd045
17 changed files with 9 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ NDK_R5_TOOLCHAIN := 1
endif
ifneq ($(findstring r5-crystax-1,$(NDK_VERSION)),)
$(info Building with CrystaX r5 toolchain - wchar support enabled)
CRYSTAX_R5B3_TOOLCHAIN := 1
CRYSTAX_R5_TOOLCHAIN := 1
endif
NDK_PATH := $(shell dirname $(shell which ndk-build))