diff options
Diffstat (limited to 'numpy/random/bscript')
-rw-r--r-- | numpy/random/bscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/numpy/random/bscript b/numpy/random/bscript index 85f191f2d..0026bb8b3 100644 --- a/numpy/random/bscript +++ b/numpy/random/bscript @@ -15,8 +15,5 @@ def build(context): def builder(extension): includes = ["../core/include", "../core/include/numpy", "../core", "../core/src/private"] - bld(features="c cshlib pyext bento", - target=extension.name, - source=extension.sources, - includes=includes) + return context.default_builder(extension, includes=includes) context.register_builder("mtrand", builder) |