JobSet: target is already stored in job info

This commit is contained in:
Josh Holtrop 2017-05-10 14:57:04 -04:00
parent 551b8fa365
commit 7cba8c8424

View File

@ -49,7 +49,7 @@ module Rscons
return attempt[src]
end
end
job = @jobs[target][0].merge(target: target)
job = @jobs[target][0]
if @jobs[target].size > 1
@jobs[target].slice!(0)
else