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/algorithm.ixx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/algorithm.ixx') diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx index 03728db..928386d 100644 --- a/build2/algorithm.ixx +++ b/build2/algorithm.ixx @@ -220,7 +220,8 @@ namespace build2 { assert (phase == run_phase::match); - pair r (match (a, t, 0, nullptr, /*try_match*/ true)); + pair r ( + match (a, t, 0, nullptr, true /* try_match */)); if (r.first) { -- cgit v1.1