Skip to content

Commit

Permalink
Merge pull request #1734 from afxw/master
Browse files Browse the repository at this point in the history
  • Loading branch information
starkos committed Oct 20, 2021
2 parents d216d1e + 9c0bf5a commit 7d5ccf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ IF "%vsversion%" == "vs2010" (
) ELSE IF "%vsversion%" == "vs2019" (
CALL :VsWhereVisualBootstrap "%vsversion%" "16.0" "17.0"

) ELSE IF "%vsversion%" == "vs2022" (
CALL :VsWhereVisualBootstrap "%vsversion%" "17.0" "18.0"

) ELSE (
ECHO Unrecognized Visual Studio version %vsversion%
EXIT /B 2
Expand Down

0 comments on commit 7d5ccf8

Please sign in to comment.