From f8de93520fd604a3771a2af3ca9564f6085d8baa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2022 10:00:37 +0200 Subject: Make dist::rule reusable as base --- libbuild2/dist/types.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/dist/types.hxx') diff --git a/libbuild2/dist/types.hxx b/libbuild2/dist/types.hxx index f3b1009..b833951 100644 --- a/libbuild2/dist/types.hxx +++ b/libbuild2/dist/types.hxx @@ -27,6 +27,7 @@ namespace build2 build2::action action; reference_wrapper target; reference_wrapper prereq; + string rule; }; struct postponed_prerequisites -- cgit v1.1