From f63c0548281015ca1f7d71079c0880e3634063fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Sep 2021 08:55:34 +0200 Subject: Add notion of bundle amalgamation scope --- build2/b.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2') 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 (); } -- cgit v1.1