aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-27 14:43:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-27 14:43:37 +0200
commitbe34c36f7b9ab7d2fd0d3a7bc2a0f5f62ff4fe67 (patch)
treedacfb8ea94a3bd1850c80bec3469b657dddbf9f0 /libbuild2/context.hxx
parentbdcca31f9174b342a9e125206df4c4bd11b2dda5 (diff)
Propagate global var overrides to module build context
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r--libbuild2/context.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx
index b5dbd3c..c2c191e 100644
--- a/libbuild2/context.hxx
+++ b/libbuild2/context.hxx
@@ -290,6 +290,7 @@ namespace build2
const scope& global_scope;
const target_type_map& global_target_types;
variable_override_cache& global_override_cache;
+ const strings& global_var_overrides;
// Cached variables.
//