mirror of https://github.com/axmolengine/axmol.git
[Android] Removing x86 from APP_ABI. Otherwise the time of compiling will be very long.
This commit is contained in:
parent
c186ed6a7f
commit
c9ffc44bc4
|
@ -1,4 +1,4 @@
|
|||
APP_STL := gnustl_static
|
||||
APP_CPPFLAGS := -frtti -DCOCOS2D_DEBUG=1 -std=c++11
|
||||
APP_ABI := armeabi x86
|
||||
APP_ABI := armeabi
|
||||
APP_OPTIM := debug
|
||||
|
|
Loading…
Reference in New Issue