Skip to content

Commit c8f8736

Browse files
authored
Merge pull request #84558 from compnerd/dynamic
Windows: disable the static standard library build
2 parents 0aa5bee + 95e0e80 commit c8f8736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if not "%SKIP_PACKAGING%"=="1" set "SkipPackagingArg= "
7272

7373
:: Build the -WindowsSDKArchitectures argument, if any, otherwise build all the SDKs.
7474
set "WindowsSDKArchitecturesArg= "
75-
if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-Windows -WindowsSDKArchitectures %WINDOWS_SDKS%"
75+
if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-Windows -WindowsSDKArchitectures %WINDOWS_SDKS% -WindowsSDKLinkModes dynamic"
7676

7777
:: Build the -HostArchName argument, if any.
7878
set "HostArchNameArg="

0 commit comments

Comments
 (0)