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/adhoc-rule-cxx.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/adhoc-rule-cxx.hxx') diff --git a/libbuild2/adhoc-rule-cxx.hxx b/libbuild2/adhoc-rule-cxx.hxx index 038d2e1..dfcdf3f 100644 --- a/libbuild2/adhoc-rule-cxx.hxx +++ b/libbuild2/adhoc-rule-cxx.hxx @@ -61,7 +61,8 @@ namespace build2 optional sep); virtual bool - recipe_text (context&, const target&, string&& t, attributes&) override; + recipe_text (context&, const target&, const adhoc_actions&, + string&&, attributes&) override; virtual ~adhoc_cxx_rule () override; -- cgit v1.1