File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ del /s BuildTmp\*.res
44del gen-versioninfo.h
55
66setlocal
7- for /f " usebackq tokens=*" %%i in (`" %programfiles(x86)% \microsoft visual studio\installer\vswhere.exe" -version [17.0 ^ ,18.0 ^ ) -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
7+ for /f " usebackq tokens=*" %%i in (`" %programfiles(x86)% \microsoft visual studio\installer\vswhere.exe" -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
88 set InstallDir = %%i
99)
1010if exist " %InstallDir% \Common7\Tools\vsdevcmd.bat" (
@@ -14,7 +14,6 @@ if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
1414if " %1 " == " " (
1515 call :BuildBin x86 || goto :eof
1616 call :BuildBin x64 || goto :eof
17- call :BuildBin ARM || goto :eof
1817 call :BuildBin ARM64 || goto :eof
1918) else (
2019 call :BuildBin %1 || goto :eof
You can’t perform that action at this time.
0 commit comments