mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
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…
x
Reference in New Issue
Block a user