From a71590646f37b2696f857dd71a68b34e2f57d15c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 31 Jan 2020 09:07:05 +0200 Subject: Tag installed library targets with linker path This makes sure we get different targets for different toolchains. --- libbuild2/cc/common.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc/common.hxx') diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 84d287c..76c8cff 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -299,8 +299,9 @@ namespace build2 static ulock insert_library (context&, T*&, - const string&, - const dir_path&, + string, + dir_path, + const process_path&, optional, bool, tracer&); -- cgit v1.1