Add dependency annotations for the task that generates Python bindings

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-01-14 11:17:41 +00:00
parent 76a4e8e15b
commit 46a0667585

View File

@@ -484,7 +484,8 @@ def build(bld):
bindgen = bld.new_task_gen('command', source=source, target=target,
command=argv, variables=dict(FEATURES=(','.join(features))))
bindgen.before = 'cxx'
bindgen.after = 'gen_everything_h_task'
## we build python bindings if either we have the tools to
## generate them or if the pregenerated source file is already