diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-28 09:50:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-28 11:11:55 +0200 |
commit | 17af650e17fafd4d3fa2bf0e06253e15f4e5b9c3 (patch) | |
tree | 278a64a0e34d454f5fa66f43ed3cea24e84f8ce5 /libbuild2/build/script/parser.hxx | |
parent | 664fc2807b6e97400c6e76aaad66a51ff0c57704 (diff) |
Add support for querying out-qualified target-specific variables
Diffstat (limited to 'libbuild2/build/script/parser.hxx')
-rw-r--r-- | libbuild2/build/script/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/build/script/parser.hxx b/libbuild2/build/script/parser.hxx index 362c834..1a6c39d 100644 --- a/libbuild2/build/script/parser.hxx +++ b/libbuild2/build/script/parser.hxx @@ -229,7 +229,7 @@ namespace build2 // protected: virtual lookup - lookup_variable (name&&, string&&, const location&) override; + lookup_variable (names&&, string&&, const location&) override; virtual void lookup_function (string&&, const location&) override; |