mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix more breakage
This commit is contained in:
parent
a9014cf933
commit
0b9fc00004
@ -5698,8 +5698,8 @@ def AllSourcesReady(task, pending):
|
||||
|
||||
def ParallelMake(tasklist):
|
||||
# Create the communication queues.
|
||||
donequeue = Queue.Queue()
|
||||
taskqueue = Queue.Queue()
|
||||
donequeue = queue.Queue()
|
||||
taskqueue = queue.Queue()
|
||||
# Build up a table listing all the pending targets
|
||||
#task = [CompileAnything, [name, inputs, opts], [name], deps, []]
|
||||
# task[2] = [name]
|
||||
|
Loading…
x
Reference in New Issue
Block a user