diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index e113645c7..722450026 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -601,7 +601,8 @@ def configuration(parent_package='',top_path=None): config.add_installed_library('npymath', sources=[join('src', 'npymath', 'npy_math.c.src'), join('src', 'npymath', 'ieee754.c'), - get_mathlib_info], + join('src', 'npymath', 'npy_math_complex.c.src', + get_mathlib_info)], install_dir='lib') config.add_npy_pkg_config("npymath.ini.in", "lib/npy-pkg-config", subst_dict) |