diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-03 14:33:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-03 14:33:25 +0200 |
commit | 864d84abcf1579b81f54d8d3f79520137d81f629 (patch) | |
tree | 574816959fec126b240075fdb304ad49e8142ab3 /libbuild2/cc/link-rule.hxx | |
parent | 08b69435ef6912abbca4b2830eac9e78776ef4d5 (diff) |
Add ability to get absolute library paths from ${c,cxx}.lib_libs()
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, |