mirror of https://github.com/axmolengine/axmol.git
fix library name - the makefiles expect the full name of the library including the lib prefix
This commit is contained in:
parent
cab83bb4a6
commit
3eeb0c8687
|
@ -4,7 +4,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := cocos2dx_shared
|
||||
|
||||
LOCAL_MODULE_FILENAME := cocos2d
|
||||
LOCAL_MODULE_FILENAME := libcocos2d
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
CCConfiguration.cpp \
|
||||
|
|
Loading…
Reference in New Issue