Minor cleanup

This commit is contained in:
Eelco Dolstra 2017-04-14 13:42:22 +02:00
parent 01dcdfcf33
commit 3872371f25
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 3 additions and 3 deletions

View file

@ -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) {