Skip to content

Commit 94956e0

Browse files
committed
build: fix detection of Visual Studio 2019
If Visual Studio 2017 is not found, attempt to find Visual Studio 2019.
1 parent b88cd28 commit 94956e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ if %target_arch%==x86 if %msvs_host_arch%==x86 set vcvarsall_arg=x86
244244
if defined target_env if "%target_env%" NEQ "vs2017" goto vs-set-2019
245245
echo Looking for Visual Studio 2017
246246
call tools\msvs\vswhere_usability_wrapper.cmd "[15.0,16.0)"
247-
if "_%VCINSTALLDIR%_" == "__" goto msbuild-not-found
247+
if "_%VCINSTALLDIR%_" == "__" goto vs-set-2019
248248
if defined msi (
249249
echo Looking for WiX installation for Visual Studio 2017...
250250
if not exist "%WIX%\SDK\VS2017" (

0 commit comments

Comments
 (0)