Skip to content

Commit

Permalink
Merge pull request #2663 from dofuuz/vs2017-express
Browse files Browse the repository at this point in the history
Added Visual Studio Express 2017 support
  • Loading branch information
jaraco committed May 4, 2021
2 parents c492876 + c3605e5 commit 61c12f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/2663.change.rst
@@ -0,0 +1 @@
Added Visual Studio Express 2017 support -- by :user:`dofuuz`
2 changes: 2 additions & 0 deletions setuptools/msvc.py
Expand Up @@ -193,7 +193,9 @@ def _msvc14_find_vc2017():
join(root, "Microsoft Visual Studio", "Installer", "vswhere.exe"),
"-latest",
"-prerelease",
"-requiresAny",
"-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"-requires", "Microsoft.VisualStudio.Workload.WDExpress",
"-property", "installationPath",
"-products", "*",
]).decode(encoding="mbcs", errors="strict").strip()
Expand Down

0 comments on commit 61c12f6

Please sign in to comment.