diff options
Diffstat (limited to 'numpy/random/bscript')
-rw-r--r-- | numpy/random/bscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/random/bscript b/numpy/random/bscript index 05c54562d..371f30a2a 100644 --- a/numpy/random/bscript +++ b/numpy/random/bscript @@ -12,10 +12,10 @@ def build(context): raise NotImplementedError("Check for wincrypt stuff") raise NotImplementedError("Check for mingw time workaround stuff") - def builder(bld, extension): + def builder(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) |