Skip to content

Commit 8a594c1

Browse files
committed
Add support for Visual Studio 2026
Signed-off-by: Rye <rye@alchemyviewer.org>
1 parent 8efb990 commit 8a594c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

autobuild/autobuild_tool_source_environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class SourceEnvError(common.AutobuildError):
2727
"15": "v141", # 2017
2828
"16": "v142", # 2019
2929
"17": "v143", # 2022
30+
"18": "v145", # 2026
3031
}
3132

3233
# From VS 2017 on, we have to look for vswhere.exe at this canonical path to
@@ -738,6 +739,7 @@ def internal_source_environment(configurations, varsfile):
738739
'15': "Visual Studio 15 2017",
739740
'16': "Visual Studio 16 2019",
740741
'17': "Visual Studio 17 2022",
742+
'18': "Visual Studio 18 2026",
741743
}[vsver[:-1]]
742744
except KeyError:
743745
# We don't have a specific mapping for this value of vsver. Take

0 commit comments

Comments
 (0)