Skip to content

Commit ddf3073

Browse files
committed
Fix existing VS2022 detection.
1 parent fd995c1 commit ddf3073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if defined VCINSTALLDIR (
4343
if defined VisualStudioVersion (
4444
if "%VisualStudioVersion%"=="17.0" (
4545
echo Existing Visual Studio 2022 environment detected...
46-
set MSVC_VER=16
46+
set MSVC_VER=17
4747
goto MSVCVarsDone
4848
) else if "%VisualStudioVersion%"=="16.0" (
4949
echo Existing Visual Studio 2019 environment detected...

0 commit comments

Comments
 (0)