aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-09-12 17:31:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-09-25 00:30:49 +0300
commit984a0217af64c734938c330b09ed21d1253dea8d (patch)
tree50277861e059be41587b17a318afb68cb03e038c /build2/cc/common.cxx
parentd30e1a0e8f5e4f324e169d87908a5134a58aa449 (diff)
Make use of libpkgconf library
Diffstat (limited to 'build2/cc/common.cxx')
-rw-r--r--build2/cc/common.cxx2
1 files changed, 1 insertions, 1 deletions
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");