mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,7 +6,6 @@
|
|||
/ports/android/libs
|
||||
/ports/android/local.properties
|
||||
/ports/android/obj
|
||||
/ports/geckolib/target
|
||||
/python/_virtualenv
|
||||
/python/tidy/servo_tidy.egg-info
|
||||
*~
|
||||
|
|
|
@ -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