process threaded commands until they are all complete
This commit is contained in:
parent
e694199f33
commit
267fc7124d
@ -285,7 +285,7 @@ module Rscons
|
|||||||
def process
|
def process
|
||||||
cache = Cache.instance
|
cache = Cache.instance
|
||||||
begin
|
begin
|
||||||
while @job_set.size > 0
|
while @job_set.size > 0 or @threaded_commands.size > 0
|
||||||
|
|
||||||
targets_still_building = @threaded_commands.map do |tc|
|
targets_still_building = @threaded_commands.map do |tc|
|
||||||
tc.build_operation[:target]
|
tc.build_operation[:target]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user