diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-02 10:29:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-02 10:29:15 +0200 |
commit | 8ecc09653d70fe8df4fc9fcd7214ba85e6db9c9c (patch) | |
tree | 7c5a8bbe8899faa10100dcf8b09b1e66f7d2900d /libbuild2/version/rule.hxx | |
parent | ce69ad7c2aaf517ec3f789300bf1ae29d8f0dc5d (diff) |
Add ability to specify `in` rule substitution as key-value pairs
Diffstat (limited to 'libbuild2/version/rule.hxx')
-rw-r--r-- | libbuild2/version/rule.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/version/rule.hxx b/libbuild2/version/rule.hxx index ba673e5..2903dbf 100644 --- a/libbuild2/version/rule.hxx +++ b/libbuild2/version/rule.hxx @@ -34,6 +34,7 @@ namespace build2 const target&, const string&, optional<uint64_t>, + const substitution_map*, const optional<string>&) const override; }; |