mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #14266 - servo:kvark-cargo, r=metajack
Updated cargo paths for the python script <!-- Please describe your changes on the following line: --> Related to #14172 Needed this for `./mach cargo-update -p webrender` to work properly when replacing with a local copy --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's not adding any new logic <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14266) <!-- Reviewable:end -->
This commit is contained in:
commit
cc06363ce7
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