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 f183272 commit 60f8bccCopy full SHA for 60f8bcc
install_script.bat
@@ -43,7 +43,7 @@ if defined VCINSTALLDIR (
43
if defined VisualStudioVersion (
44
if "%VisualStudioVersion%"=="17.0" (
45
echo Existing Visual Studio 2022 environment detected...
46
- set MSVC_VER=16
+ set MSVC_VER=17
47
goto MSVCVarsDone
48
) else if "%VisualStudioVersion%"=="16.0" (
49
echo Existing Visual Studio 2019 environment detected...
0 commit comments