aboutsummaryrefslogtreecommitdiff
path: root/build2/target.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.txx')
-rw-r--r--build2/target.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.txx b/build2/target.txx
index b7d41f2..fe21016 100644
--- a/build2/target.txx
+++ b/build2/target.txx
@@ -22,7 +22,7 @@ namespace build2
{
// Include target type/pattern-specific variables.
//
- if (auto l = s.lookup (tk, var))
+ if (auto l = s.find (var, tk))
{
// Help the user here and strip leading '.' from the extension.
//