diff options
Diffstat (limited to 'libbuild2/cc/link-rule.hxx')
-rw-r--r-- | libbuild2/cc/link-rule.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/cc/link-rule.hxx b/libbuild2/cc/link-rule.hxx index c49d20f..c68466a 100644 --- a/libbuild2/cc/link-rule.hxx +++ b/libbuild2/cc/link-rule.hxx @@ -169,6 +169,9 @@ namespace build2 append_binless_modules (sha256&, const scope&, action, const file&) const; + optional<path> + find_system_library (const strings&) const; + protected: static void functions (function_family&, const char*); // functions.cxx |