bindings/python/wscript
changeset 4088 e52c06d86145
parent 4082 048db3e90b9b
child 4101 ca51ffa0d02b
--- a/bindings/python/wscript	Tue Jan 13 19:29:59 2009 +0000
+++ b/bindings/python/wscript	Wed Jan 14 11:17:41 2009 +0000
@@ -484,7 +484,8 @@
 
         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