We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa5bee + 95e0e80 commit c8f8736Copy full SHA for c8f8736
utils/build-windows-toolchain.bat
@@ -72,7 +72,7 @@ if not "%SKIP_PACKAGING%"=="1" set "SkipPackagingArg= "
72
73
:: Build the -WindowsSDKArchitectures argument, if any, otherwise build all the SDKs.
74
set "WindowsSDKArchitecturesArg= "
75
-if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-Windows -WindowsSDKArchitectures %WINDOWS_SDKS%"
+if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-Windows -WindowsSDKArchitectures %WINDOWS_SDKS% -WindowsSDKLinkModes dynamic"
76
77
:: Build the -HostArchName argument, if any.
78
set "HostArchNameArg="
0 commit comments