mirror of https://github.com/axmolengine/axmol.git
remove useless LOCAL_STATIC_LIBRARIES := curl_static_prebuilt in TestCpp/proj.android/jni/android.mk
The linking relationship is TestCpp -> cocos_extension_static -> cocos_curl_static now. Applications can link the extension library to use libcurl. And this line still links curl_static_prebuilt which is not exist now, which made developers confused.
This commit is contained in:
parent
befaf686bb
commit
c7ffe79baf
|
@ -10,8 +10,6 @@ LOCAL_SRC_FILES := testcpp/main.cpp
|
|||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Classes
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := curl_static_prebuilt
|
||||
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := cocos_testcpp_common
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocos2dx_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocosdenshion_static
|
||||
|
|
Loading…
Reference in New Issue