mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Remove the "./mach build-stable" subcommand
It is replaced by "./mach build-gecklibo" using stable Rust.
This commit is contained in:
parent
26a78817c1
commit
79ef0a5d7f
2 changed files with 1 additions and 41 deletions
|
@ -333,10 +333,7 @@ class CommandBase(object):
|
|||
|
||||
env["CARGO_HOME"] = self.config["tools"]["cargo-home-dir"]
|
||||
|
||||
if self.use_stable_rust():
|
||||
env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "ports/stable-rust/target")
|
||||
elif "CARGO_TARGET_DIR" not in env:
|
||||
env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "target")
|
||||
env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "target")
|
||||
|
||||
if extra_lib:
|
||||
if sys.platform == "darwin":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue