summaryrefslogtreecommitdiff
path: root/numpy/lib/bscript
blob: a9200d043dd567a42261eac07fd04cdb9cdada93 (plain)
1
2
3
4
5
6
7
from bento.commands import hooks

@hooks.pre_build
def build(context):
    context.tweak_extension("_compiled_base",
                  includes=["../core/include", "../core/include/numpy", "../core",
                            "../core/src/private"])