Minor cleanup

This commit is contained in:
Eelco Dolstra
2017-04-14 13:42:22 +02:00
parent 01dcdfcf33
commit 3872371f25
2 changed files with 3 additions and 3 deletions
+1 -1
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) {