mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Android, build: Update curl to 7.40.00
This commit is contained in:
parent
eb6b6ff333
commit
9f52149a11
2 changed files with 6 additions and 4 deletions
|
@ -16,7 +16,7 @@ endif
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := curl
|
||||
LOCAL_SRC_FILES := deps/curl-7.35.0/lib/.libs/libcurl.a
|
||||
LOCAL_SRC_FILES := deps/curl/lib/.libs/libcurl.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
@ -94,7 +94,7 @@ LOCAL_C_INCLUDES := \
|
|||
jni/src/cguittfont \
|
||||
deps/irrlicht/include \
|
||||
deps/freetype2-android/include \
|
||||
deps/curl-7.35.0/include \
|
||||
deps/curl/include \
|
||||
deps/openal-soft/jni/OpenAL/include \
|
||||
deps/libvorbis-libogg-android/jni/include \
|
||||
deps/leveldb/include \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue