diff options
Diffstat (limited to 'libbuild2/cc/link-rule.hxx')
-rw-r--r-- | libbuild2/cc/link-rule.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.hxx b/libbuild2/cc/link-rule.hxx index b192914..6d0649c 100644 --- a/libbuild2/cc/link-rule.hxx +++ b/libbuild2/cc/link-rule.hxx @@ -111,7 +111,8 @@ namespace build2 void append_libraries (appended_libraries&, strings&, const scope&, action, - const file&, bool, lflags, linfo, bool = true) const; + const file&, bool, lflags, linfo, + bool = true, bool = true) const; void append_libraries (sha256&, bool&, timestamp, |