diff options
Diffstat (limited to 'numpy/distutils/command/install.py')
-rw-r--r-- | numpy/distutils/command/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/install.py b/numpy/distutils/command/install.py index 2cfb9c4c9..099ad5c16 100644 --- a/numpy/distutils/command/install.py +++ b/numpy/distutils/command/install.py @@ -10,7 +10,7 @@ from distutils.file_util import write_file class install(old_install): - # XXX: fix the lambda: True + # Always run install_clib - the command is cheap, so no need to bypass it sub_commands = old_install.sub_commands + [('install_clib', lambda x: True)] def finalize_options (self): |