From b8d4cb75ca4f6214a0cac22c96691e770d5940d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Sep 2021 10:25:15 +0200 Subject: Do variable lookup in ad hoc target groups --- libbuild2/scope.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/scope.hxx') 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_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 -- cgit v1.1