From 984a0217af64c734938c330b09ed21d1253dea8d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Sep 2017 17:31:52 +0300 Subject: Make use of libpkgconf library --- build2/cc/common.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/common.cxx') diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx index 5dc61b6..e06898e 100644 --- a/build2/cc/common.cxx +++ b/build2/cc/common.cxx @@ -873,7 +873,7 @@ namespace build2 !pkgconfig_load (act, *p.scope, *lt, a, s, p.proj, name, - *pd, sysd)) + *pd, sysd, *usrd)) { if (a != nullptr) add_macro (*a, "STATIC"); if (s != nullptr) add_macro (*s, "SHARED"); -- cgit v1.1