Skip to content

Commit

Permalink
Fix existing VS2022 detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jan 17, 2022
1 parent fd995c1 commit ddf3073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_script.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if defined VCINSTALLDIR (
if defined VisualStudioVersion (
if "%VisualStudioVersion%"=="17.0" (
echo Existing Visual Studio 2022 environment detected...
set MSVC_VER=16
set MSVC_VER=17
goto MSVCVarsDone
) else if "%VisualStudioVersion%"=="16.0" (
echo Existing Visual Studio 2019 environment detected...
Expand Down

0 comments on commit ddf3073

Please sign in to comment.