mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Updated cargo paths for the python script
Related to #14172 Needed this for `./mach cargo-update -p webrender` to work properly when replacing with a local copy
This commit is contained in:
parent
e4a27c4d16
commit
f43c28535b
1 changed files with 1 additions and 1 deletions
|
@ -22,9 +22,9 @@ from mach.decorators import (
|
|||
from servo.command_base import CommandBase, cd, call
|
||||
|
||||
CARGO_PATHS = [
|
||||
path.join('components', 'servo'),
|
||||
path.join('ports', 'cef'),
|
||||
path.join('ports', 'geckolib'),
|
||||
path.join('ports', 'servo'),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue