diff options
Diffstat (limited to 'build/scope')
-rw-r--r-- | build/scope | 4 |
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: |