aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 51b024e..49a4d34 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -621,9 +621,9 @@ main (int argc, char* argv[])
{
ctx = nullptr; // Free first.
ctx.reset (new context (sched,
- cmd_vars,
ops.dry_run (),
- !ops.serial_stop () /* keep_going */));
+ !ops.serial_stop () /* keep_going */,
+ cmd_vars));
};
new_context ();