JobSet: target is already stored in job info
This commit is contained in:
parent
551b8fa365
commit
7cba8c8424
@ -49,7 +49,7 @@ module Rscons
|
|||||||
return attempt[src]
|
return attempt[src]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
job = @jobs[target][0].merge(target: target)
|
job = @jobs[target][0]
|
||||||
if @jobs[target].size > 1
|
if @jobs[target].size > 1
|
||||||
@jobs[target].slice!(0)
|
@jobs[target].slice!(0)
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user