Commit 2c4346bc authored by J. Goutin's avatar J. Goutin Committed by GitHub

Update msvc.py

parent 2214dbbd
......@@ -220,7 +220,7 @@ def msvc14_get_vc_env(plat_spec):
def msvc14_library_dir_option(dir):
if ' ' in dir:
if ' ' in dir and '"' not in dir:
dir = '"%s"' % dir
return unpatched['msvc14_library_dir_option'](dir)
......
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