from bento.commands import hooks

@hooks.pre_build
def pre_build(context):
    context.tweak_builder("sigtools", includes=".")
