diff options
Diffstat (limited to 'numpy/fft/bscript')
-rw-r--r-- | numpy/fft/bscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/fft/bscript b/numpy/fft/bscript index 2c6a0fe1e..67a367950 100644 --- a/numpy/fft/bscript +++ b/numpy/fft/bscript @@ -8,10 +8,10 @@ from bento.commands.hooks \ def build(context): bld = context.waf_context - def build(bld, extension): + def build(extension): includes = ["../core/include", "../core/include/numpy", "../core", "../core/src/private"] - bld(features="c cshlib pyext", + bld(features="c cshlib pyext bento", target=extension.name, source=extension.sources, includes=includes) |