aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-15 10:25:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-15 10:25:15 +0200
commitb8d4cb75ca4f6214a0cac22c96691e770d5940d9 (patch)
tree88823f4c2aa070849fc8a089fc6d40af58bc0523 /libbuild2/scope.hxx
parentef2fdd0e104494c1a5beee51521563d013a3b3cc (diff)
Do variable lookup in ad hoc target groups
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx
index b83f699..97c7be5 100644
--- a/libbuild2/scope.hxx
+++ b/libbuild2/scope.hxx
@@ -181,7 +181,8 @@ namespace build2
pair<lookup_type, size_t>
lookup_original (const variable&,
const target_key* tk = nullptr,
- const target_key* gk = nullptr,
+ const target_key* g1k = nullptr,
+ const target_key* g2k = nullptr,
size_t start_depth = 1) const;
pair<lookup_type, size_t>