aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 0ff4e5c..cdcfd59 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1395,9 +1395,9 @@ main (int argc, char* argv[])
trace << " out_root: " << out_root;
trace << " src_root: " << src_root;
trace << " forwarded: " << (forwarded ? "true" : "false");
- if (auto l = rs.vars[ctx->var_amalgamation])
+ if (const dir_path* a = *rs.root_extra->amalgamation)
{
- trace << " amalgamation: " << cast<dir_path> (l);
+ trace << " amalgamation: " << *a;
trace << " strong scope: " << *rs.strong_scope ();
trace << " weak scope: " << *rs.weak_scope ();
}