Skip to content

Commit 9989535

Browse files
committed
[build-windows-toolchain.bat] Fix environment variable name
1 parent f78a3c7 commit 9989535

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
@@ -81,7 +81,7 @@ call :CloneRepositories || (exit /b 1)
8181

8282
:: We only have write access to BuildRoot, so use that as the image root.
8383
powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
84-
%HostArchName% ^
84+
%HostArchNameArg% ^
8585
-SourceCache %SourceRoot% ^
8686
-BinaryCache %BuildRoot% ^
8787
-ImageRoot %BuildRoot% ^

0 commit comments

Comments
 (0)