mirror of https://github.com/axmolengine/axmol.git
fixed compilation fail on Android.
This commit is contained in:
parent
4e59949d33
commit
72709c30d5
|
@ -16,5 +16,5 @@ LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static cocosdenshion_static
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
$(call import-module)
|
$(call import-module,.)
|
||||||
$(call import-module,audio/android)
|
$(call import-module,audio/android)
|
||||||
|
|
Loading…
Reference in New Issue