@@ -12,7 +12,7 @@ setlocal enableextensions enabledelayedexpansion
12
12
path %PATH% ;%PYTHON_HOME%
13
13
14
14
:: Versioning
15
- set ProductVersion = 5.9.0
15
+ set ProductVersion = 5.9.1
16
16
set ProductTag =
17
17
18
18
:: Identify the SourceRoot
@@ -160,7 +160,7 @@ cmake ^
160
160
-D CMAKE_EXE_LINKER_FLAGS=" /INCREMENTAL:NO" ^
161
161
-D CMAKE_SHARED_LINKER_FLAGS=" /INCREMENTAL:NO" ^
162
162
163
- -D CMAKE_INSTALL_PREFIX=%BuildRoot% \Library\curl-7.77 .0\usr ^
163
+ -D CMAKE_INSTALL_PREFIX=%BuildRoot% \Library\curl-8.4 .0\usr ^
164
164
165
165
-D BUILD_CURL_EXE=NO ^
166
166
-D CMAKE_USE_OPENSSL=NO ^
@@ -350,7 +350,7 @@ cmake ^
350
350
351
351
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot% \usr ^
352
352
353
- -D CURL_DIR=%BuildRoot% \Library\curl-7.77 .0\usr\lib\cmake\CURL ^
353
+ -D CURL_DIR=%BuildRoot% \Library\curl-8.4 .0\usr\lib\cmake\CURL ^
354
354
-D ICU_ROOT=%BuildRoot% \Library\icu-69.1\usr ^
355
355
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicudt69.lib ^
356
356
-D ICU_UC_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicuuc69.lib ^
@@ -849,7 +849,7 @@ git clone --quiet --no-tags --depth 1 --branch v1.2.11 https://github.com/madler
849
849
git clone --quiet --no-tags --depth 1 --branch v2.9.12 https://github.com/gnome/libxml2
850
850
git clone --quiet --no-tags --depth 1 --branch version-3.36.0 https://github.com/sqlite/sqlite
851
851
git clone --quiet --no-tags --depth 1 --branch maint/maint-69 https://github.com/unicode-org/icu
852
- git clone --quiet --no-tags --depth 1 --branch curl-7_77_0 https://github.com/curl/curl
852
+ git clone --quiet --no-tags --depth 1 --branch curl-8_4_0 https://github.com/curl/curl
853
853
854
854
goto :eof
855
855
endlocal
@@ -922,7 +922,7 @@ cmake ^
922
922
923
923
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot% \usr ^
924
924
925
- -D CURL_DIR=%BuildRoot% \Library\curl-7.77 .0\usr\lib\cmake\CURL ^
925
+ -D CURL_DIR=%BuildRoot% \Library\curl-8.4 .0\usr\lib\cmake\CURL ^
926
926
-D ICU_ROOT=%BuildRoot% \Library\icu-69.1\usr ^
927
927
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicudt69.lib ^
928
928
-D ICU_I18N_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicuin69.lib ^
0 commit comments