Skip to content

Commit 3874acb

Browse files
authored
1 parent 34b74ed commit 3874acb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gyp/pylib/gyp/MSVSVersion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ 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", "12.0", "10.0", "9.0", "8.0", "11.0"),
553+
"auto": ("18.0", "17.0", "16.0", "15.0", "14.0",
554+
"12.0", "10.0", "9.0", "8.0", "11.0"),
554555
"2005": ("8.0",),
555556
"2005e": ("8.0",),
556557
"2008": ("9.0",),

0 commit comments

Comments
 (0)