Skip to content

Commit c2a1e40

Browse files
authored
Merge pull request #69128 from compnerd/curl
2 parents a3fa3bf + a42d6df commit c2a1e40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/build-windows-toolchain.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ cmake ^
156156
-D CMAKE_EXE_LINKER_FLAGS="/INCREMENTAL:NO" ^
157157
-D CMAKE_SHARED_LINKER_FLAGS="/INCREMENTAL:NO" ^
158158

159-
-D CMAKE_INSTALL_PREFIX=%BuildRoot%\Library\curl-7.77.0\usr ^
159+
-D CMAKE_INSTALL_PREFIX=%BuildRoot%\Library\curl-8.4.0\usr ^
160160

161161
-D BUILD_CURL_EXE=NO ^
162162
-D CMAKE_USE_OPENSSL=NO ^
@@ -319,7 +319,7 @@ cmake ^
319319

320320
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot%\usr ^
321321

322-
-D CURL_DIR=%BuildRoot%\Library\curl-7.77.0\usr\lib\cmake\CURL ^
322+
-D CURL_DIR=%BuildRoot%\Library\curl-8.4.0\usr\lib\cmake\CURL ^
323323
-D ICU_ROOT=%BuildRoot%\Library\icu-69.1\usr ^
324324
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicudt69.lib ^
325325
-D ICU_UC_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicuuc69.lib ^
@@ -822,7 +822,7 @@ git clone --quiet --no-tags --depth 1 --branch v1.2.11 https://github.com/madler
822822
git clone --quiet --no-tags --depth 1 --branch v2.9.12 https://github.com/gnome/libxml2
823823
git clone --quiet --no-tags --depth 1 --branch version-3.36.0 https://github.com/sqlite/sqlite
824824
git clone --quiet --no-tags --depth 1 --branch maint/maint-69 https://github.com/unicode-org/icu
825-
git clone --quiet --no-tags --depth 1 --branch curl-7_77_0 https://github.com/curl/curl
825+
git clone --quiet --no-tags --depth 1 --branch curl-8_4_0 https://github.com/curl/curl
826826

827827
goto :eof
828828
endlocal
@@ -895,7 +895,7 @@ cmake ^
895895

896896
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot%\usr ^
897897

898-
-D CURL_DIR=%BuildRoot%\Library\curl-7.77.0\usr\lib\cmake\CURL ^
898+
-D CURL_DIR=%BuildRoot%\Library\curl-8.4.0\usr\lib\cmake\CURL ^
899899
-D ICU_ROOT=%BuildRoot%\Library\icu-69.1\usr ^
900900
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicudt69.lib ^
901901
-D ICU_I18N_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicuin69.lib ^

0 commit comments

Comments
 (0)