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, 1 insertions, 3 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index b74433d..0ff4e5c 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1021,11 +1021,9 @@ main (int argc, char* argv[])
if (!bstrapped)
{
- bootstrap_out (rs, altn);
-
// See if the bootstrap process set/changed src_root.
//
- value& v (rs.assign (ctx->var_src_root));
+ value& v (bootstrap_out (rs, altn));
if (v)
{