diff options
author | J. Goutin <JGoutin@users.noreply.github.com> | 2016-08-16 19:34:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 19:34:48 +0200 |
commit | 21be70b60cfea8da91df4687a21f262a59809073 (patch) | |
tree | f1091c92d467cea3b6906dade6cc41b005fc9009 /setuptools/msvc.py | |
parent | f5802f369d5b7b76a7feb4c49e2e49840058bf3b (diff) | |
download | external_python_setuptools-21be70b60cfea8da91df4687a21f262a59809073.tar.gz external_python_setuptools-21be70b60cfea8da91df4687a21f262a59809073.tar.bz2 external_python_setuptools-21be70b60cfea8da91df4687a21f262a59809073.zip |
Wrong line for comment
Diffstat (limited to 'setuptools/msvc.py')
-rw-r--r-- | setuptools/msvc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py index 57153d8a..360c1a68 100644 --- a/setuptools/msvc.py +++ b/setuptools/msvc.py @@ -80,14 +80,14 @@ def patch_for_specialized_compiler(): pass 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 msvc14compiler._get_vc_env = msvc14_get_vc_env except NameError: pass try: - # Patch distutils._msvccompiler.gen_lib_options + # Patch distutils._msvccompiler.gen_lib_options for Numpy unpatched['msvc14_gen_lib_options'] = msvc14compiler.gen_lib_options msvc14compiler.gen_lib_options = msvc14_gen_lib_options except NameError: |