Merge pull request #7604 from obsidiansystems/fix-variant-missing-raw

Try to fix build failure
This commit is contained in:
Robert Hensing 2023-01-16 12:22:30 +01:00 committed by GitHub
commit c133e66375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,7 +319,7 @@ OutputPathMap resolveDerivedPath(Store & store, const DerivedPath::Built & bfd,
[&](const OutputsSpec::Names & names) {
return static_cast<std::set<std::string>>(names);
},
}, bfd.outputs);
}, bfd.outputs.raw());
for (auto & output : outputNames) {
auto outputHash = get(outputHashes, output);
if (!outputHash)