mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +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
|
from servo.command_base import CommandBase, cd, call
|
||||||
|
|
||||||
CARGO_PATHS = [
|
CARGO_PATHS = [
|
||||||
path.join('components', 'servo'),
|
|
||||||
path.join('ports', 'cef'),
|
path.join('ports', 'cef'),
|
||||||
path.join('ports', 'geckolib'),
|
path.join('ports', 'geckolib'),
|
||||||
|
path.join('ports', 'servo'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue