mirror of
https://github.com/servo/servo.git
synced 2025-07-27 09:10:28 +01:00
Add cargo-geckolib and rustc-geckolib commands to mach.
This commit is contained in:
parent
bf7c044955
commit
ca08ff876b
3 changed files with 39 additions and 3 deletions
|
@ -416,9 +416,8 @@ class MachCommands(CommandBase):
|
|||
self.set_use_stable_rust()
|
||||
self.ensure_bootstrapped()
|
||||
|
||||
env = self.build_env(is_build=True)
|
||||
env = self.build_env(is_build=True, geckolib=True)
|
||||
geckolib_build_path = path.join(self.context.topdir, "target", "geckolib").encode("UTF-8")
|
||||
env["CARGO_TARGET_DIR"] = geckolib_build_path
|
||||
|
||||
ret = None
|
||||
opts = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue