forked from lix-project/lix
parent
3780435a0e
commit
98031b6050
|
@ -52,6 +52,8 @@ struct CmdBuild : MixDryRun, InstallablesCommand
|
|||
{
|
||||
auto buildables = toBuildables(store, dryRun ? DryRun : Build, installables);
|
||||
|
||||
if (dryRun) return;
|
||||
|
||||
for (size_t i = 0; i < buildables.size(); ++i) {
|
||||
auto & b(buildables[i]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue