toBuildables -> build
This commit is contained in:
parent
960e9c560e
commit
35fd31770c
3 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ struct CmdBuild : MixDryRun, InstallablesCommand
|
|||
|
||||
void run(ref<Store> store) override
|
||||
{
|
||||
auto buildables = toBuildables(store, dryRun ? DryRun : Build, installables);
|
||||
auto buildables = build(store, dryRun ? DryRun : Build, installables);
|
||||
|
||||
for (size_t i = 0; i < buildables.size(); ++i) {
|
||||
auto & b(buildables[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue