Skip to content

Commit c27174e

Browse files
shahmishalcompnerd
authored andcommitted
Update Windows Toolchain script to use Swift 5.9.1 and Curl 8.4.0
1 parent 12b4d45 commit c27174e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/build-windows-toolchain.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setlocal enableextensions enabledelayedexpansion
1212
path %PATH%;%PYTHON_HOME%
1313

1414
:: Versioning
15-
set ProductVersion=5.9.0
15+
set ProductVersion=5.9.1
1616
set ProductTag=
1717

1818
:: Identify the SourceRoot
@@ -160,7 +160,7 @@ cmake ^
160160
-D CMAKE_EXE_LINKER_FLAGS="/INCREMENTAL:NO" ^
161161
-D CMAKE_SHARED_LINKER_FLAGS="/INCREMENTAL:NO" ^
162162

163-
-D CMAKE_INSTALL_PREFIX=%BuildRoot%\Library\curl-7.77.0\usr ^
163+
-D CMAKE_INSTALL_PREFIX=%BuildRoot%\Library\curl-8.4.0\usr ^
164164

165165
-D BUILD_CURL_EXE=NO ^
166166
-D CMAKE_USE_OPENSSL=NO ^
@@ -350,7 +350,7 @@ cmake ^
350350

351351
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot%\usr ^
352352

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 ^
354354
-D ICU_ROOT=%BuildRoot%\Library\icu-69.1\usr ^
355355
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicudt69.lib ^
356356
-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
849849
git clone --quiet --no-tags --depth 1 --branch v2.9.12 https://github.com/gnome/libxml2
850850
git clone --quiet --no-tags --depth 1 --branch version-3.36.0 https://github.com/sqlite/sqlite
851851
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
853853

854854
goto :eof
855855
endlocal
@@ -922,7 +922,7 @@ cmake ^
922922

923923
-D CMAKE_INSTALL_PREFIX=%SDKInstallRoot%\usr ^
924924

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 ^
926926
-D ICU_ROOT=%BuildRoot%\Library\icu-69.1\usr ^
927927
-D ICU_DATA_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicudt69.lib ^
928928
-D ICU_I18N_LIBRARY_RELEASE=%BuildRoot%\Library\icu-69.1\usr\lib\sicuin69.lib ^

0 commit comments

Comments
 (0)