We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e0fc4 commit 01b2331Copy full SHA for 01b2331
vcbuild.bat
@@ -43,6 +43,9 @@ shift
43
goto next-arg
44
:args-done
45
46
+if defined WindowsSDKDir goto select-target
47
+if defined VCINSTALLDIR goto select-target
48
+
49
@rem Look for Visual Studio 2017 only if explicitly requested.
50
if "%target_env%" NEQ "vs2017" goto vs-set-2015
51
echo Looking for Visual Studio 2017
0 commit comments