Skip to content

Commit 92c1947

Browse files
committed
Fix typo in gen_language_list build-solution.bat
[ci skip]
1 parent 559081d commit 92c1947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/gen_language_list/build-solution.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exit /b 1
2121
:SetupEnv
2222
echo Found Visual Studio environment setup batch file:
2323
echo ^>^> %VSDEVCMD%
24-
call "%VSDEVCMD%" -arch=arm64 -host_arch=amd64 >NUL
24+
call "%VSDEVCMD%" -arch=amd64 -host_arch=amd64 >NUL
2525

2626
where MSBuild.exe >NUL 2>&1
2727
if %ERRORLEVEL% == 0 goto :Build

0 commit comments

Comments
 (0)