aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-07-08 14:36:36 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-07-08 22:28:53 +0200
commit24575ff226301d54091851c6638e900835a7f72f (patch)
tree0d30d7a00d759e16b7a4ead095a508d2dab68761 /python/servo/build_commands.py
parent846a951155759ed55d8424f9757b70344dcab8e6 (diff)
downloadservo-24575ff226301d54091851c6638e900835a7f72f.tar.gz
servo-24575ff226301d54091851c6638e900835a7f72f.zip
Move ports/geckolib/target to target/geckolib
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index a7cfbb57d8e..0e7151e5efc 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -332,7 +332,7 @@ class MachCommands(CommandBase):
opts += ["--release"]
env = self.build_env()
- env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "ports/geckolib/target")
+ env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "target", "geckolib")
build_start = time()
with cd(path.join("ports", "geckolib")):