summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_msvccompiler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_msvccompiler.py b/_msvccompiler.py
index 84b4ef59..58b20a21 100644
--- a/_msvccompiler.py
+++ b/_msvccompiler.py
@@ -78,6 +78,7 @@ def _find_vc2017():
"-prerelease",
"-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"-property", "installationPath",
+ "-products", "*",
], encoding="mbcs", errors="strict").strip()
except (subprocess.CalledProcessError, OSError, UnicodeDecodeError):
return None, None