diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-11 12:05:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-11 12:05:19 +0200 |
commit | 5278e39d58007b730e452a14d8e13aa93118e9f4 (patch) | |
tree | 18e1e2fe0a3cac3adf6c74c4e8118e89c59a8ed2 /libbuild2/module.cxx | |
parent | 364159d8d024a783db44cb0a5b81e94f87f10ef4 (diff) |
Add match_only flag to context
Diffstat (limited to 'libbuild2/module.cxx')
-rw-r--r-- | libbuild2/module.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx index aa8dc97..777f177 100644 --- a/libbuild2/module.cxx +++ b/libbuild2/module.cxx @@ -177,6 +177,7 @@ namespace build2 ctx.module_context_storage->reset ( new context (ctx.sched, ctx.mutexes, + false, /* match_only */ false, /* dry_run */ ctx.keep_going, ctx.global_var_overrides, /* cmd_vars */ |