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 fd995c1 commit ddf3073Copy full SHA for ddf3073
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