about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-06-22 12:48:54 +0000
committerbors <bors@rust-lang.org>2017-06-22 12:48:54 +0000
commit74fa27928aceda1362a2266d9b9bf129999bc00a (patch)
treef6885a656b791f657e5ea561d732c91414a9621a /src/bootstrap/bootstrap.py
parent6f01c84fc8ae1b07d8165ceccb2e432f45a2ff1a (diff)
parent7f693e2cb9455fcfbe4de69236abc6a0ef98624b (diff)
downloadrust-74fa27928aceda1362a2266d9b9bf129999bc00a.tar.gz
rust-74fa27928aceda1362a2266d9b9bf129999bc00a.zip
Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
Rollup of 4 pull requests

- Successful merges: #42799, #42804, #42805, #42806
- Failed merges:
Diffstat (limited to 'src/bootstrap/bootstrap.py')
-rw-r--r--src/bootstrap/bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
index 1d3b77916d6..8dc2875ec42 100644
--- a/src/bootstrap/bootstrap.py
+++ b/src/bootstrap/bootstrap.py
@@ -668,6 +668,7 @@ def bootstrap():
     env["BUILD"] = rb.build
     env["SRC"] = rb.rust_root
     env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
+    env["BOOTSTRAP_PYTHON"] = sys.executable
     run(args, env=env, verbose=rb.verbose)