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