Add chipmunk library reference to build

This commit is contained in:
folecr 2012-08-27 15:01:43 -07:00
parent c2f908cf8f
commit 7636758f94
1 changed files with 2 additions and 0 deletions

View File

@ -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)