toBuildables -> build
This commit is contained in:
parent
960e9c560e
commit
35fd31770c
3 changed files with 4 additions and 4 deletions
|
|
@ -253,7 +253,7 @@ std::shared_ptr<Installable> parseInstallable(
|
|||
return installables.front();
|
||||
}
|
||||
|
||||
Buildables toBuildables(ref<Store> store, RealiseMode mode,
|
||||
Buildables build(ref<Store> store, RealiseMode mode,
|
||||
std::vector<std::shared_ptr<Installable>> installables)
|
||||
{
|
||||
if (mode != Build)
|
||||
|
|
@ -291,7 +291,7 @@ PathSet toStorePaths(ref<Store> store, RealiseMode mode,
|
|||
{
|
||||
PathSet outPaths;
|
||||
|
||||
for (auto & b : toBuildables(store, mode, installables))
|
||||
for (auto & b : build(store, mode, installables))
|
||||
for (auto & output : b.outputs)
|
||||
outPaths.insert(output.second);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue