aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule.cxx')
-rw-r--r--build2/install/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index fd88699..82dde04 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -193,7 +193,7 @@ namespace build2
// have been found if we signalled that we do not match from
// match() above.
//
- recipe d (match_delegate (a, t).first);
+ recipe d (match_delegate (a, t, *this).first);
// If we have no installable prerequisites, then simply redirect
// to it.