Skip to content

Commit 61c12f6

Browse files
authored
Merge pull request #2663 from dofuuz/vs2017-express
Added Visual Studio Express 2017 support
2 parents c492876 + c3605e5 commit 61c12f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/2663.change.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added Visual Studio Express 2017 support -- by :user:`dofuuz`

setuptools/msvc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ def _msvc14_find_vc2017():
193193
join(root, "Microsoft Visual Studio", "Installer", "vswhere.exe"),
194194
"-latest",
195195
"-prerelease",
196+
"-requiresAny",
196197
"-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
198+
"-requires", "Microsoft.VisualStudio.Workload.WDExpress",
197199
"-property", "installationPath",
198200
"-products", "*",
199201
]).decode(encoding="mbcs", errors="strict").strip()

0 commit comments

Comments
 (0)