From 101987533ca35e4aa3515b25415f1abba46e796f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Jul 2020 10:50:42 +0200 Subject: Add support for ad hoc importation --- libbuild2/file.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/file.ixx') diff --git a/libbuild2/file.ixx b/libbuild2/file.ixx index 4a9f411..bd138a0 100644 --- a/libbuild2/file.ixx +++ b/libbuild2/file.ixx @@ -8,7 +8,7 @@ namespace build2 inline bool source_once (scope& root, scope& base, const path& bf) { - return source_once (root, base, bf, base); + return source_once (root, base, bf, root); } inline pair> -- cgit v1.1