aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-29 08:55:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-29 08:55:34 +0200
commitf63c0548281015ca1f7d71079c0880e3634063fb (patch)
treecb5cf0690e9d979c7fb98455f6a3320c7f0f53eb /build2
parent41273da120ef8e4a2bed7576de0532264b042ee1 (diff)
Add notion of bundle amalgamation scope
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 10d4cc5..91d59a5 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1566,6 +1566,7 @@ main (int argc, char* argv[])
if (const dir_path* a = *rs.root_extra->amalgamation)
{
trace << " amalgamation: " << *a;
+ trace << " bundle scope: " << *rs.bundle_scope ();
trace << " strong scope: " << *rs.strong_scope ();
trace << " weak scope: " << *rs.weak_scope ();
}