diff options
-rw-r--r-- | src/build_all.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_all.cmd b/src/build_all.cmd index c59a6bc5..050d1ab7 100644 --- a/src/build_all.cmd +++ b/src/build_all.cmd | |||
@@ -73,7 +73,7 @@ if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" | |||
73 | exit /b 2 | 73 | exit /b 2 |
74 | ) | 74 | ) |
75 | 75 | ||
76 | for /f "usebackq delims=" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath`) do ( | 76 | for /f "usebackq delims=" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -version [17.0^,18.0^) -property installationPath`) do ( |
77 | if exist "%%i\Common7\Tools\vsdevcmd.bat" ( | 77 | if exist "%%i\Common7\Tools\vsdevcmd.bat" ( |
78 | call "%%i\Common7\Tools\vsdevcmd.bat" -no_logo | 78 | call "%%i\Common7\Tools\vsdevcmd.bat" -no_logo |
79 | exit /b | 79 | exit /b |