diff --git a/bindings/python/wscript b/bindings/python/wscript index 0968c6c7c..cf42345f5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -262,6 +262,8 @@ def calc_header_include(path): class gen_everything_h_task(Task.Task): before = 'cc cxx' + after = 'ns3header_task' + color = 'BLUE' def run(self): assert len(self.outputs) == 1