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 559081d commit 92c1947Copy full SHA for 92c1947
utils/src/gen_language_list/build-solution.bat
@@ -21,7 +21,7 @@ exit /b 1
21
:SetupEnv
22
echo Found Visual Studio environment setup batch file:
23
echo ^>^> %VSDEVCMD%
24
-call "%VSDEVCMD%" -arch=arm64 -host_arch=amd64 >NUL
+call "%VSDEVCMD%" -arch=amd64 -host_arch=amd64 >NUL
25
26
where MSBuild.exe >NUL 2>&1
27
if %ERRORLEVEL% == 0 goto :Build
0 commit comments