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/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 2b24ec9..2bb1afa 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -2,7 +2,8 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs = libbutl%lib{butl} +import libs = libbutl%lib{butl} +import libs += libpkgconf%lib{pkgconf} exe{b}: cxx{b} libu{b} -- cgit v1.1