Use the official cURL repo as a submodule.

Continuing to use version 7.56.1 for now.
This commit is contained in:
Joseph Cloutier
2022-05-08 16:51:39 -04:00
parent 749fb5ad4a
commit 65a5ff56aa
4 changed files with 1060 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -9,7 +9,7 @@
url = https://github.com/openfl/libopenal
[submodule "project/lib/curl"]
path = project/lib/curl
url = https://github.com/openfl/libcurl
url = https://github.com/curl/curl
[submodule "project/lib/ogg"]
path = project/lib/ogg
url = https://github.com/openfl/libogg

View File

@@ -2,7 +2,7 @@
<files id="native-toolkit-curl-depends" >
<depend name="${NATIVE_TOOLKIT_PATH}/curl/include/curl/curl.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/curl/lib/curl_config.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/overrides/curl/lib/curl_config.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/curl/include/curl/curlver.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/curl/include/curl/easy.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/curl/include/curl/mprintf.h"/>
@@ -17,6 +17,7 @@
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />
<depend files="native-toolkit-curl-depends" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/curl/lib/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/curl/include/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/curl/lib/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/zlib/"/>

File diff suppressed because it is too large Load Diff