mirror of https://github.com/axmolengine/axmol.git
Update cocos2d.ini
This commit is contained in:
parent
8c0f8e1eb6
commit
daeb51e548
|
@ -11,7 +11,7 @@ android_headers = -I%(androidndkdir)s/platforms/android-14/arch-arm/usr/include
|
|||
android_flags = -D_SIZE_T_DEFINED_
|
||||
|
||||
clang_headers = -I%(clangllvmdir)s/lib/clang/3.3/include
|
||||
clang_flags = -nostdinc -x c++ -std=c++11
|
||||
clang_flags = -nostdinc -x c++ -std=c++11 -D__STRICT_ANSI__
|
||||
|
||||
cocos_headers = -I%(cocosdir)s/cocos -I%(cocosdir)s/cocos/platform/android
|
||||
cocos_flags = -DANDROID
|
||||
|
|
Loading…
Reference in New Issue