diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-10-15 14:20:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-10-15 14:20:44 +0200 |
commit | 921c2d503a63f4769fdf1c7e6eb31be2706f9bea (patch) | |
tree | 487698c7e2877dec1eed4945cd2d1e9e09b7eb66 /libbuild2/version/rule.hxx | |
parent | 291a737de8f92a7f620853133aa404b98e552a21 (diff) |
Add ability to specify fallback value for NULL substitutions with in.null
Diffstat (limited to 'libbuild2/version/rule.hxx')
-rw-r--r-- | libbuild2/version/rule.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/version/rule.hxx b/libbuild2/version/rule.hxx index f9e7655..ddc5e11 100644 --- a/libbuild2/version/rule.hxx +++ b/libbuild2/version/rule.hxx @@ -29,7 +29,8 @@ namespace build2 lookup (const location&, action, const target&, - const string&) const override; + const string&, + const optional<string>&) const override; }; // Pre-process manifest before installation to patch in the version. |