diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-23 12:45:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-23 12:45:22 +0200 |
commit | 0ca011d1220207b3c1cba92791413f113ec66329 (patch) | |
tree | 855224e36408fc80ec7d47741b59ce4524402240 /libbuild2/utility.cxx | |
parent | 20f97f06ce54c31e32cf58cfd1b7cae3617c1661 (diff) |
keep_going
Diffstat (limited to 'libbuild2/utility.cxx')
-rw-r--r-- | libbuild2/utility.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index 63fa609..d08cb31 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -495,14 +495,15 @@ namespace build2 void init (void (*t) (bool), const char* a0, - bool kg, bool dr, optional<bool> mc, - optional<path> cs, optional<path> cg) + bool dr, + optional<bool> mc, + optional<path> cs, + optional<path> cg) { terminate = t; argv0 = process::path_search (a0, true); - keep_going = kg; dry_run_option = dr; mtime_check_option = mc; |