mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
parent
2dd4e5d164
commit
74524f03c4
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class CommandBase(object):
|
|||
path.join(self.config["tools"]["cargo-root"], "bin")]
|
||||
|
||||
if extra_path:
|
||||
env["PATH"] = "%s%s%s" % (env["PATH"], os.pathsep, os.pathsep.join(extra_path))
|
||||
env["PATH"] = "%s%s%s" % (os.pathsep.join(extra_path), os.pathsep, env["PATH"])
|
||||
|
||||
if "CARGO_HOME" not in env:
|
||||
env["CARGO_HOME"] = self.config["tools"]["cargo-home-dir"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue