diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 9c85a4834..b1a9a2050 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -654,7 +654,7 @@ 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'), + join('src', 'npymath', 'ieee754.c.src'), join('src', 'npymath', 'npy_math_complex.c.src'), get_mathlib_info], install_dir='lib') |