Skip to content

Commit 59f9018

Browse files
committed
modified: gyp/pylib/gyp/MSVSVersion.py
1 parent 3874acb commit 59f9018

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

gyp/pylib/gyp/MSVSVersion.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,18 @@ def SelectVisualStudioVersion(version="auto", allow_fallback=True):
550550
if version == "auto":
551551
version = os.environ.get("GYP_MSVS_VERSION", "auto")
552552
version_map = {
553-
"auto": ("18.0", "17.0", "16.0", "15.0", "14.0",
554-
"12.0", "10.0", "9.0", "8.0", "11.0"),
553+
"auto": (
554+
"18.0",
555+
"17.0",
556+
"16.0",
557+
"15.0",
558+
"14.0",
559+
"12.0",
560+
"10.0",
561+
"9.0",
562+
"8.0",
563+
"11.0",
564+
),
555565
"2005": ("8.0",),
556566
"2005e": ("8.0",),
557567
"2008": ("9.0",),

0 commit comments

Comments
 (0)