Commit 2214dbbd authored by J. Goutin's avatar J. Goutin Committed by GitHub

Update msvc.py

parent 3f54d45a
......@@ -89,6 +89,8 @@ def patch_for_specialized_compiler():
# Patch distutils._msvccompiler.library_dir_option
unpatched['msvc14_library_dir_option'] = msvc14compiler.library_dir_option
msvc14compiler.library_dir_option = msvc14_library_dir_option
except Exception:
pass
def msvc9_find_vcvarsall(version):
......
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