mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Remove the "./mach build-stable" subcommand
It is replaced by "./mach build-gecklibo" using stable Rust.
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user