Skip to content

Commit c677e0b

Browse files
committed
Restored some lost behavior that enabled ARM builds on Windows
1 parent 2900435 commit c677e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/genVSproperties.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ REM questions.
2323

2424
setlocal ENABLEDELAYEDEXPANSION
2525

26-
REM Windows bat file that runs vcvars64.bat for Visual Studio
26+
REM Windows bat file that runs vcvarsall.bat for Visual Studio
2727
REM and echoes out a property file with the values of the environment
2828
REM variables we want, e.g. PATH, INCLUDE, LIB, and LIBPATH.
2929

@@ -68,7 +68,7 @@ if not "%VSCOMNTOOLS%"=="" (
6868
if "%VSTOOLSDIR%"=="" exit
6969
if not exist "%VSTOOLSDIR%" exit
7070

71-
call "%VSTOOLSDIR%\vcvars64.bat" > NUL
71+
call "%VSTOOLSDIR%\vcvarsall.bat" %VCARCH% > NUL
7272

7373
REM Set legacy MSVCDIR variable in case some Makefiles still need it
7474
if "%MSVCDIR%"=="" set MSVCDIR=%VCINSTALLDIR%

0 commit comments

Comments
 (0)