From 89fede9383cb97af36430531fb59aaf12dc98543 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 27 Aug 2016 10:57:52 +0200 Subject: Determine if library is system in process_libraries --- build2/cc/pkgconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/pkgconfig.cxx') diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index eb7f0a6..f925ce7 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -374,7 +374,7 @@ namespace build2 nullptr, {&lib::static_type, &out, &out, &name, ext}, &s}; if (lib* lt = static_cast ( - search_library (sysd, usrd, pk, lo))) + search_library (sysd, usrd, pk, lo, nullptr))) { file& f (static_cast (link_member (*lt, lo))); l = f.path ().string (); -- cgit v1.1