提交 c2777e12 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Merge pull request #2553 from carriepl/escape_path_in_cmodule

Escape backslashes in windows path string
...@@ -1467,7 +1467,7 @@ def std_lib_dirs_and_libs(): ...@@ -1467,7 +1467,7 @@ def std_lib_dirs_and_libs():
os.path.join(sys.prefix, 'libs'), os.path.join(sys.prefix, 'libs'),
# Used in newer Canopy # Used in newer Canopy
os.path.join(sys.prefix, os.path.join(sys.prefix,
'EGG-INFO\mingw\usr\x86_64-w64-mingw32\lib')] r'EGG-INFO\mingw\usr\x86_64-w64-mingw32\lib')]
for f, lib in [('libmsvcr90.a', for f, lib in [('libmsvcr90.a',
'mingw 4.5.2 or 4.8.1-2 (newer could work)')]: 'mingw 4.5.2 or 4.8.1-2 (newer could work)')]:
if not any([os.path.exists(os.path.join(libdir, f)) if not any([os.path.exists(os.path.join(libdir, f))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论