From 864d84abcf1579b81f54d8d3f79520137d81f629 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2020 14:33:25 +0200 Subject: Add ability to get absolute library paths from ${c,cxx}.lib_libs() --- libbuild2/cc/link-rule.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/cc/link-rule.hxx') 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, -- cgit v1.1