toBuildables -> build

This commit is contained in:
Eelco Dolstra 2018-02-09 16:42:32 +01:00
parent 960e9c560e
commit 35fd31770c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 4 additions and 4 deletions

View file

@ -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]);