Skip to content

Commit

Permalink
REF: tweak bento build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Apr 25, 2012
1 parent 8743a13 commit cf0a473
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bscript
Expand Up @@ -6,8 +6,7 @@ from numpy.distutils.misc_util \

from bento.commands import hooks

@hooks.pre_configure
def pre_configure(context):
@hooks.post_configure
def post_configure(context):
conf = context.waf_context
conf.env.INCLUDES = []
conf.env.INCLUDES.extend(get_numpy_include_dirs() + [op.join("skimage", "morphology")])
conf.env.INCLUDES = get_numpy_include_dirs() + [op.join("skimage", "morphology")]

0 comments on commit cf0a473

Please sign in to comment.