bootstrap: Remove bin_root from PATH
This commit is contained in:
parent
642e49bfed
commit
043b164b3b
1 changed files with 0 additions and 1 deletions
|
|
@ -1118,7 +1118,6 @@ class RustBuild(object):
|
|||
if "RUSTFLAGS_BOOTSTRAP" in env:
|
||||
env["RUSTFLAGS"] += " " + env["RUSTFLAGS_BOOTSTRAP"]
|
||||
|
||||
env["PATH"] = os.path.join(self.bin_root(), "bin") + os.pathsep + env["PATH"]
|
||||
if not os.path.isfile(self.cargo()):
|
||||
raise Exception("no cargo executable found at `{}`".format(self.cargo()))
|
||||
args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue