From 0ff39fd77b3127c7a250e7f817e34dfaecbcc208 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 20 Nov 2020 22:07:37 +0300 Subject: Add support for buildscript depdb preamble --- libbuild2/rule.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/rule.hxx') diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx index 8796659..e29c0b8 100644 --- a/libbuild2/rule.hxx +++ b/libbuild2/rule.hxx @@ -160,7 +160,8 @@ namespace build2 // therefore requires cleanup. // virtual bool - recipe_text (context&, const target&, string&&, attributes&) = 0; + recipe_text (context&, const target&, const adhoc_actions&, + string&&, attributes&) = 0; public: // Some of the operations come in compensating pairs, such as update and -- cgit v1.1