diff options
Diffstat (limited to 'libbuild2/file.ixx')
-rw-r--r-- | libbuild2/file.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
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<name, optional<dir_path>> |