From 9c74a58db7cdb86d6d5a4600accd8ba9df3e1bbe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Feb 2019 09:11:34 +0200 Subject: Don't try to pass utility's loptions/libs when linking static library --- build2/cc/common.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cc/common.cxx') diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx index 318a7f1..5ccb198 100644 --- a/build2/cc/common.cxx +++ b/build2/cc/common.cxx @@ -305,8 +305,8 @@ namespace build2 { // This is something like -lpthread or shell32.lib so should be // a valid path. But it can also be an absolute library path - // (e.g., something that in the future will come from our - // -static/-shared .pc files. + // (e.g., something that may come from our .static/shared.pc + // files). // if (proc_lib) proc_lib (nullptr, n.value, 0, sys_simple (n.value)); -- cgit v1.1