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 2bf0702 + a3019ed commit f78a3c7Copy full SHA for f78a3c7
utils/build-windows-toolchain.bat
@@ -73,10 +73,15 @@ if not "%SKIP_PACKAGING%"=="1" set "SkipPackagingArg= "
73
set "WindowsSDKArchitecturesArg= "
74
if not "%WINDOWS_SDKS%"=="" set "WindowsSDKArchitecturesArg=-WindowsSDKArchitectures %WINDOWS_SDKS%"
75
76
+:: Build the -HostArchName argument, if any.
77
+set "HostArchNameArg="
78
+if not "%HOST_ARCH_NAME%"=="" set "HostArchNameArg=-HostArchName %HOST_ARCH_NAME%"
79
+
80
call :CloneRepositories || (exit /b 1)
81
82
:: We only have write access to BuildRoot, so use that as the image root.
83
powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
84
+ %HostArchName% ^
85
-SourceCache %SourceRoot% ^
86
-BinaryCache %BuildRoot% ^
87
-ImageRoot %BuildRoot% ^
0 commit comments