mirror of https://github.com/axmolengine/axmol.git
Add chipmunk library reference to build
This commit is contained in:
parent
c2f908cf8f
commit
7636758f94
|
@ -25,6 +25,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
|||
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := spidermonkey_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocos2dx_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += chipmunk_static
|
||||
|
||||
LOCAL_LDLIBS := -landroid
|
||||
LOCAL_LDLIBS += -llog
|
||||
|
@ -33,3 +34,4 @@ include $(BUILD_STATIC_LIBRARY)
|
|||
|
||||
$(call import-module,scripting/javascript/spidermonkey-android/android)
|
||||
$(call import-module,cocos2dx)
|
||||
$(call import-module,external/chipmunk)
|
||||
|
|
Loading…
Reference in New Issue