aboutsummaryrefslogtreecommitdiff
path: root/build/scope
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-29 12:20:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-29 12:20:53 +0200
commit729b56300c441a0d63c7d2013eb5a881211d352b (patch)
treed363c5f282b910e1f014161e24c6dfc6a5fcba40 /build/scope
parent1cf1603cae3064aff734f52d23c06098e81a8111 (diff)
Initial support for target type/pattern-specific variables
Diffstat (limited to 'build/scope')
-rw-r--r--build/scope4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/scope b/build/scope
index eb2dafc..9fb8061 100644
--- a/build/scope
+++ b/build/scope
@@ -104,6 +104,10 @@ namespace build
return append (variable_pool.find (name));
}
+ // Target type/pattern-specific variables.
+ //
+ variable_type_map target_vars;
+
// Prerequisite cache.
//
public: