From 791062c4e10efd0b9afd59d5ff01f69bfb303960 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Sep 2018 17:53:09 +0200 Subject: Fix bug in pkgconfig_load() --- build2/cc/pkgconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index 10f8cce..b0634fb 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -1084,7 +1084,7 @@ namespace build2 // the saving logic). // pkgconf& ipc (sp.empty () ? apc : spc); // Interface package info. - bool ibl ((sp.empty () ? st->path () : at->path ()).empty ()); // Binless. + bool ibl ((sp.empty () ? at->path () : st->path ()).empty ()); // Binless. bool pa (at != nullptr && !ap.empty ()); if (pa || sp.empty ()) -- cgit v1.1