mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
Move ports/geckolib/target to target/geckolib
This commit is contained in:
parent
846a951155
commit
24575ff226
2 changed files with 1 additions and 2 deletions
|
@ -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")):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue