aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/adhoc-rule-cxx.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-05-31 12:37:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-05-31 13:00:43 +0200
commitad7b8477f177355e50b411b7296ae2e392d7a4be (patch)
tree61339754654e5bb11db585c2954e237d607afac5 /libbuild2/adhoc-rule-cxx.hxx
parent73a64baac30f5c478201e9f86dc4dd5ef85f0192 (diff)
Only pass target to recipe_text() if recipe is not shared
Diffstat (limited to 'libbuild2/adhoc-rule-cxx.hxx')
-rw-r--r--libbuild2/adhoc-rule-cxx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-cxx.hxx b/libbuild2/adhoc-rule-cxx.hxx
index dfcdf3f..7b83607 100644
--- a/libbuild2/adhoc-rule-cxx.hxx
+++ b/libbuild2/adhoc-rule-cxx.hxx
@@ -61,7 +61,7 @@ namespace build2
optional<string> sep);
virtual bool
- recipe_text (context&, const target&, const adhoc_actions&,
+ recipe_text (context&, const scope&, const target*, const adhoc_actions&,
string&&, attributes&) override;
virtual