mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
Implement a geckolib target.
This commit is contained in:
parent
083d3e0201
commit
840df61ba3
6 changed files with 1272 additions and 1 deletions
|
@ -83,6 +83,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
cargo_paths = [path.join('components', 'servo'),
|
||||
path.join('ports', 'cef'),
|
||||
path.join('ports', 'geckolib'),
|
||||
path.join('ports', 'gonk')]
|
||||
|
||||
for cargo_path in cargo_paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue