mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Move to Cargo workspaces
This commit is contained in:
parent
7d69f53794
commit
dfb35db6d3
9 changed files with 130 additions and 3812 deletions
|
@ -427,8 +427,6 @@ class CommandBase(object):
|
|||
|
||||
env["CARGO_HOME"] = self.config["tools"]["cargo-home-dir"]
|
||||
|
||||
env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "target")
|
||||
|
||||
if extra_lib:
|
||||
if sys.platform == "darwin":
|
||||
env["DYLD_LIBRARY_PATH"] = "%s%s%s" % \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue