Move to Cargo workspaces

This commit is contained in:
Anthony Ramine 2016-11-27 19:10:09 +01:00
parent 7d69f53794
commit dfb35db6d3
9 changed files with 130 additions and 3812 deletions

View file

@ -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" % \