Minor cleanup
This commit is contained in:
parent
01dcdfcf33
commit
3872371f25
2 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ struct LegacyArgs : public MixCommonArgs
|
|||
&(bool&) settings.keepGoing);
|
||||
|
||||
mkFlag(0, "fallback", "build from source if substitution fails", []() {
|
||||
settings.set("build-fallback", "true");
|
||||
settings.tryFallback = true;
|
||||
});
|
||||
|
||||
mkFlag1('j', "max-jobs", "jobs", "maximum number of parallel builds", [=](std::string s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue