mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -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
|
tasklist = extras
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
if tasksqueued == 0:
|
if tasksqueued == 0:
|
||||||
|
if len(tasklist) > 0:
|
||||||
|
continue
|
||||||
break
|
break
|
||||||
donetask = donequeue.get()
|
donetask = donequeue.get()
|
||||||
if donetask == 0:
|
if donetask == 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user