Set the path on "fake" install receipts
This commit is contained in:
parent
202dac2555
commit
22cf99094f
@ -101,7 +101,7 @@ class Tab < OpenStruct
|
|||||||
:stdlib => nil,
|
:stdlib => nil,
|
||||||
:compiler => "clang",
|
:compiler => "clang",
|
||||||
:source => {
|
:source => {
|
||||||
:path => nil,
|
:path => f ? f.path.to_s : nil,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user