diff options
Diffstat (limited to 'libbuild2/dump.cxx')
-rw-r--r-- | libbuild2/dump.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dump.cxx b/libbuild2/dump.cxx index 79c2309..e253988 100644 --- a/libbuild2/dump.cxx +++ b/libbuild2/dump.cxx @@ -102,7 +102,7 @@ namespace build2 // The original is always from this scope/target, so depth is 1. // lookup l ( - s.find_override ( + s.lookup_override ( var, make_pair (org, 1), k == variable_kind::target || k == variable_kind::rule, |