diff options
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index e4347f8..d085c8e 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -80,7 +80,8 @@ namespace build2 void append_library_options (appended_libraries&, T&, const scope&, - action, const file&, bool, linfo) const; + action, const file&, bool, linfo, + library_cache*) const; template <typename T> void |