Commit e50d77ef authored by Paul Ganssle's avatar Paul Ganssle Committed by GitHub

Merge pull request #1388 from JGoutin/issue-buildtooldeadlink

Fix "Microsoft Visual C++ Build Tools" link
parents 54ce6599 baa9aea1
Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found.
......@@ -232,8 +232,7 @@ def _augment_exception(exc, version, arch=''):
elif version >= 14.0:
# For VC++ 14.0 Redirect user to Visual C++ Build Tools
message += (' Get it with "Microsoft Visual C++ Build Tools": '
r'http://landinghub.visualstudio.com/'
'visual-cpp-build-tools')
r'https://visualstudio.microsoft.com/downloads/')
exc.args = (message, )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment