From f0edc0e2b67fa43c4e2410c7d3d8f1841d576749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Aug 2016 16:37:16 +0200 Subject: Add pkg-config support for import installed Redesign library importing/exporting while at it. --- build2/context.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/context.txx') diff --git a/build2/context.txx b/build2/context.txx index 6ff61c9..f40ecdc 100644 --- a/build2/context.txx +++ b/build2/context.txx @@ -12,7 +12,7 @@ namespace build2 const dir_path& b (*relative_base); - if (b.empty ()) + if (p.simple () || b.empty ()) return p; if (p.sub (b)) -- cgit v1.1