From 9b8320565fe3a0197d1217792f1705f67e773082 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 27 Aug 2016 15:05:37 +0200 Subject: Reimplement UNIX rpath using process_library(), -rpath-link is still broken --- 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 f925ce7..eb7f0a6 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, nullptr))) + search_library (sysd, usrd, pk, lo))) { file& f (static_cast (link_member (*lt, lo))); l = f.path ().string (); -- cgit v1.1