mirror of https://github.com/axmolengine/axmol.git
4 lines
138 B
Makefile
4 lines
138 B
Makefile
|
APP_STL := gnustl_static
|
||
|
APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -DCOCOS2D_DEBUG=1 -std=c++11
|
||
|
NDK_TOOLCHAIN_VERSION=4.7
|