mirror of https://github.com/axmolengine/axmol.git
Solve the error when building simulator for android.
This commit is contained in:
parent
9b45a9ee6f
commit
bb77101f0b
|
@ -31,6 +31,10 @@ LOCAL_MODULE := cocos2d_lua_static
|
|||
|
||||
LOCAL_MODULE_FILENAME := libluacocos2d
|
||||
|
||||
ifeq ($(COCOS_SIMULATOR_BUILD),1)
|
||||
LOCAL_ARM_MODE := arm
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES := ../manual/CCLuaBridge.cpp \
|
||||
../manual/CCLuaEngine.cpp \
|
||||
../manual/CCLuaStack.cpp \
|
||||
|
|
|
@ -14,3 +14,4 @@ else
|
|||
endif
|
||||
|
||||
COCOS_SIMULATOR_BUILD := 1
|
||||
USE_ARM_MODE := 1
|
||||
|
|
Loading…
Reference in New Issue