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 3901891 commit f41e777Copy full SHA for f41e777
vcbuild.bat
@@ -244,7 +244,7 @@ if %target_arch%==x86 if %msvs_host_arch%==x86 set vcvarsall_arg=x86
244
if defined target_env if "%target_env%" NEQ "vs2017" goto vs-set-2019
245
echo Looking for Visual Studio 2017
246
call tools\msvs\vswhere_usability_wrapper.cmd "[15.0,16.0)"
247
-if "_%VCINSTALLDIR%_" == "__" goto msbuild-not-found
+if "_%VCINSTALLDIR%_" == "__" goto vs-set-2019
248
if defined msi (
249
echo Looking for WiX installation for Visual Studio 2017...
250
if not exist "%WIX%\SDK\VS2017" (
0 commit comments