mirror of
https://github.com/servo/servo.git
synced 2025-06-30 03:53:37 +01:00
Fix './mach check' to build ports/servo, not components/servo
This commit is contained in:
parent
0dae5c8d1f
commit
8ee51bd921
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class MachCommands(CommandBase):
|
|||
self.set_use_stable_rust()
|
||||
crate_dir = path.join('ports', 'geckolib')
|
||||
else:
|
||||
crate_dir = path.join('components', 'servo')
|
||||
crate_dir = path.join('ports', 'servo')
|
||||
|
||||
self.ensure_bootstrapped()
|
||||
self.ensure_clobbered()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue