mirror of
https://github.com/servo/servo.git
synced 2025-07-26 16:50:23 +01:00
Only add --manifest-path if not already present
This commit is contained in:
parent
4e85f9c186
commit
deeb79669f
3 changed files with 10 additions and 8 deletions
|
@ -256,7 +256,7 @@ class MachCommands(CommandBase):
|
|||
self.ensure_bootstrapped(target=target)
|
||||
self.ensure_clobbered()
|
||||
|
||||
opts += ["--manifest-path", self.manifest_path(android, libsimpleservo)]
|
||||
self.add_manifest_path(opts, android, libsimpleservo)
|
||||
|
||||
if debug_mozjs:
|
||||
features += ["debugmozjs"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue