diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-27 19:10:09 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-28 09:44:20 +0100 |
commit | dfb35db6d3971e041e3f56fcc5ce665889058cad (patch) | |
tree | eb161343dfbe124bb2cb549aa49a98525fd6f943 /python/servo/command_base.py | |
parent | 7d69f53794c9f823d524d0d4382c04c4a57bea65 (diff) | |
download | servo-dfb35db6d3971e041e3f56fcc5ce665889058cad.tar.gz servo-dfb35db6d3971e041e3f56fcc5ce665889058cad.zip |
Move to Cargo workspaces
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index d277bff55ae..8e239df8737 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -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" % \ |