aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-23 15:15:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-23 15:15:38 +0200
commit5a5ce7b26496aac4d29ac6d98ee524427b07587b (patch)
tree5d041ba6dedb3adc636e45399e15f8824624954a /build2
parent92dd62e0e565f177ab5861a9511bc0e303f61a79 (diff)
old/new_src_root
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index d78da84..3f6dadf 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1079,8 +1079,8 @@ main (int argc, char* argv[])
<< (forwarded ? "forwarded " : "specified ")
<< src_root;
- new_src_root = src_root;
- old_src_root = move (p);
+ ctx->new_src_root = src_root;
+ ctx->old_src_root = move (p);
p = src_root;
}
}