diff options
-rw-r--r-- | numpy/core/bento.info | 2 | ||||
-rw-r--r-- | numpy/core/bscript | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/numpy/core/bento.info b/numpy/core/bento.info index 0119bb68c..9c8476eee 100644 --- a/numpy/core/bento.info +++ b/numpy/core/bento.info @@ -1,7 +1,7 @@ HookFile: bscript Library: - CompiledLibrary: npymath + CompiledLibrary: lib/npymath Sources: src/npymath/_signbit.c, src/npymath/ieee754.c.src, diff --git a/numpy/core/bscript b/numpy/core/bscript index f56d9cad2..f52c8c013 100644 --- a/numpy/core/bscript +++ b/numpy/core/bscript @@ -411,8 +411,7 @@ def pre_build(context): numpyconfig_h = context.local_node.declare(os.path.join("include", "numpy", "_numpyconfig.h")) context.register_outputs("numpy_gen_headers", "numpyconfig", [numpyconfig_h]) - context.tweak_library("npymath", - includes=["src/private", "src/npymath", "include"]) + context.tweak_library("lib/npymath", includes=["src/private", "src/npymath", "include"]) context.tweak_library("npysort", includes=[".", "src/private", "src/npysort"], |