makepanda: Fix dependency problem in threaded mode
This seems to happen when TargetAdd calls are specified out-of-order
This commit is contained in:
parent
bb68abdd59
commit
83038146b3
|
|
@ -6264,6 +6264,8 @@ def ParallelMake(tasklist):
|
|||
tasklist = extras
|
||||
sys.stdout.flush()
|
||||
if tasksqueued == 0:
|
||||
if len(tasklist) > 0:
|
||||
continue
|
||||
break
|
||||
donetask = donequeue.get()
|
||||
if donetask == 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue