Commit 21be70b6 authored by J. Goutin's avatar J. Goutin Committed by GitHub

Wrong line for comment

parent f5802f36
...@@ -80,14 +80,14 @@ def patch_for_specialized_compiler(): ...@@ -80,14 +80,14 @@ def patch_for_specialized_compiler():
pass pass
try: try:
# Patch distutils._msvccompiler._get_vc_env for numpy compatibility # Patch distutils._msvccompiler._get_vc_env
unpatched['msvc14_get_vc_env'] = msvc14compiler._get_vc_env unpatched['msvc14_get_vc_env'] = msvc14compiler._get_vc_env
msvc14compiler._get_vc_env = msvc14_get_vc_env msvc14compiler._get_vc_env = msvc14_get_vc_env
except NameError: except NameError:
pass pass
try: try:
# Patch distutils._msvccompiler.gen_lib_options # Patch distutils._msvccompiler.gen_lib_options for Numpy
unpatched['msvc14_gen_lib_options'] = msvc14compiler.gen_lib_options unpatched['msvc14_gen_lib_options'] = msvc14compiler.gen_lib_options
msvc14compiler.gen_lib_options = msvc14_gen_lib_options msvc14compiler.gen_lib_options = msvc14_gen_lib_options
except NameError: except NameError:
......
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