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.
1 parent f78a3c7 commit 9989535Copy full SHA for 9989535
utils/build-windows-toolchain.bat
@@ -81,7 +81,7 @@ 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% ^
+ %HostArchNameArg% ^
85
-SourceCache %SourceRoot% ^
86
-BinaryCache %BuildRoot% ^
87
-ImageRoot %BuildRoot% ^
0 commit comments