mirror of https://github.com/axmolengine/axmol.git
Fixing Javascript bindings Android makefile to include extensions
This commit is contained in:
parent
6773dc4154
commit
8f026d0b21
|
@ -27,6 +27,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) \
|
|||
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := spidermonkey_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocos2dx_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocos_extension_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += chipmunk_static
|
||||
|
||||
LOCAL_LDLIBS := -landroid
|
||||
|
@ -36,4 +37,5 @@ include $(BUILD_STATIC_LIBRARY)
|
|||
|
||||
$(call import-module,scripting/javascript/spidermonkey-android)
|
||||
$(call import-module,cocos2dx)
|
||||
$(call import-module,extensions)
|
||||
$(call import-module,external/chipmunk)
|
||||
|
|
Loading…
Reference in New Issue