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:
Dzmitry Malyshau 2016-11-17 15:18:23 -05:00 committed by GitHub
parent e4a27c4d16
commit f43c28535b

View file

@ -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'),
]