From 5278e39d58007b730e452a14d8e13aa93118e9f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Feb 2020 12:05:19 +0200 Subject: Add match_only flag to context --- libbuild2/module.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/module.cxx') 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 */ -- cgit v1.1