diff options
Diffstat (limited to 'libbuild2/bash/rule.hxx')
-rw-r--r-- | libbuild2/bash/rule.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/bash/rule.hxx b/libbuild2/bash/rule.hxx index 0774b5f..81c4604 100644 --- a/libbuild2/bash/rule.hxx +++ b/libbuild2/bash/rule.hxx @@ -51,7 +51,8 @@ namespace build2 action a, const target&, const string&, - bool) const override; + bool, + const optional<string>&) const override; string substitute_import (const location&, |