mirror of https://github.com/axmolengine/axmol.git
fix include in cocos network module
This commit is contained in:
parent
3dbc453ee2
commit
b4f762befa
|
@ -11,7 +11,7 @@ WebSocket.cpp \
|
||||||
CCDownloader.cpp \
|
CCDownloader.cpp \
|
||||||
CCDownloader-android.cpp
|
CCDownloader-android.cpp
|
||||||
|
|
||||||
LOCAL_EXPORT_C_INCLUDES :=
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../external/curl/include/android \
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../external/curl/include/android \
|
||||||
$(LOCAL_PATH)/../../external/websockets/include/android
|
$(LOCAL_PATH)/../../external/websockets/include/android
|
||||||
|
|
Loading…
Reference in New Issue