From 729b56300c441a0d63c7d2013eb5a881211d352b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jul 2015 12:20:53 +0200 Subject: Initial support for target type/pattern-specific variables --- build/scope | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/scope') 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: -- cgit v1.1