diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-29 14:02:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-29 14:03:21 +0200 |
commit | d593b19735eec451b091fd46e4cb066e3478d6c9 (patch) | |
tree | bb9f4864745c0d7f71908f185734e01e9176cca0 /libbuild2/file.hxx | |
parent | bd90dfbbbca15500b826eb9a4bb6959aedbe28f7 (diff) |
Move buildfiles to root_extra, use vector instead of unordered_set
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index f5eb3f9..5847498 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -116,10 +116,11 @@ namespace build2 bool source_once (scope& root, scope& base, const path&); - // As above but checks against the specified scope rather than base. + // As above but checks against the specified root scope rather than this + // root scope. // LIBBUILD2_SYMEXPORT bool - source_once (scope& root, scope& base, const path&, scope& once); + source_once (scope& root, scope& base, const path&, scope& once_root); // Create project's root scope. Only set the src_root variable if the passed // src_root value is not empty. |