Fix macOS build
This commit is contained in:
parent
f0358ed465
commit
8d906b1f3b
|
@ -307,8 +307,9 @@ void Store::addMultipleToStore(
|
|||
[&](const StorePath & path) {
|
||||
checkInterrupt();
|
||||
|
||||
auto & [info_, source] = *infosMap.at(path);
|
||||
auto & [info_, source_] = *infosMap.at(path);
|
||||
auto info = info_;
|
||||
auto source = std::move(source_);
|
||||
info.ultimate = false;
|
||||
|
||||
/* Make sure that the Source object is destroyed when
|
||||
|
|
Loading…
Reference in a new issue