aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r--libbuild2/context.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx
index de8c097..4082e0c 100644
--- a/libbuild2/context.cxx
+++ b/libbuild2/context.cxx
@@ -56,6 +56,7 @@ namespace build2
context::
context (scheduler& s,
global_mutexes& ms,
+ bool mo,
bool dr,
bool kg,
const strings& cmd_vars,
@@ -64,6 +65,7 @@ namespace build2
: data_ (new data (*this)),
sched (s),
mutexes (ms),
+ match_only (mo),
dry_run_option (dr),
keep_going (kg),
phase_mutex (*this),