aboutsummaryrefslogtreecommitdiff
path: root/build/target.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build/target.txx')
-rw-r--r--build/target.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target.txx b/build/target.txx
index 48bac21..e347f77 100644
--- a/build/target.txx
+++ b/build/target.txx
@@ -22,7 +22,7 @@ namespace build
{
// Include target type/pattern-specific variables.
//
- auto l (s.lookup (*tk.type, *tk.name, var));
+ auto l (s.lookup (tk, var));
if (!l)
{