diff options
-rw-r--r-- | build2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()) |