2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00

more tricks on forcing specific build orders

This commit is contained in:
Thomas Nagy 2012-01-08 15:41:08 +01:00
parent 61e2858792
commit 3460a01464

View File

@ -222,6 +222,7 @@ class Parallel(object):
self.add_more_tasks(tsk)
self.count -= 1
self.dirty = True
return tsk
def error_handler(self, tsk):
"""