mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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):
|
def ParallelMake(tasklist):
|
||||||
# Create the communication queues.
|
# Create the communication queues.
|
||||||
donequeue = Queue.Queue()
|
donequeue = queue.Queue()
|
||||||
taskqueue = Queue.Queue()
|
taskqueue = queue.Queue()
|
||||||
# Build up a table listing all the pending targets
|
# Build up a table listing all the pending targets
|
||||||
#task = [CompileAnything, [name, inputs, opts], [name], deps, []]
|
#task = [CompileAnything, [name, inputs, opts], [name], deps, []]
|
||||||
# task[2] = [name]
|
# task[2] = [name]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user