@@ -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 ^
@@ -348,7 +348,7 @@ cmake ^
348
348
349
349
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot% \usr ^
350
350
351
- -D CURL_DIR=%BuildRoot% \Library\curl-7.77 .0\usr\lib\cmake\CURL ^
351
+ -D CURL_DIR=%BuildRoot% \Library\curl-8.4 .0\usr\lib\cmake\CURL ^
352
352
-D ICU_ROOT=%BuildRoot% \Library\icu-69.1\usr ^
353
353
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicudt69.lib ^
354
354
-D ICU_UC_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicuuc69.lib ^
@@ -847,7 +847,7 @@ git clone --quiet --no-tags --depth 1 --branch v1.2.11 https://github.com/madler
847
847
git clone --quiet --no-tags --depth 1 --branch v2.9.12 https://github.com/gnome/libxml2
848
848
git clone --quiet --no-tags --depth 1 --branch version-3.36.0 https://github.com/sqlite/sqlite
849
849
git clone --quiet --no-tags --depth 1 --branch maint/maint-69 https://github.com/unicode-org/icu
850
- git clone --quiet --no-tags --depth 1 --branch curl-7_77_0 https://github.com/curl/curl
850
+ git clone --quiet --no-tags --depth 1 --branch curl-8_4_0 https://github.com/curl/curl
851
851
852
852
goto :eof
853
853
endlocal
@@ -919,7 +919,7 @@ cmake ^
919
919
920
920
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot% \usr ^
921
921
922
- -D CURL_DIR=%BuildRoot% \Library\curl-7.77 .0\usr\lib\cmake\CURL ^
922
+ -D CURL_DIR=%BuildRoot% \Library\curl-8.4 .0\usr\lib\cmake\CURL ^
923
923
-D ICU_ROOT=%BuildRoot% \Library\icu-69.1\usr ^
924
924
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicudt69.lib ^
925
925
-D ICU_I18N_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicuin69.lib ^
0 commit comments