aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorDzmitry Malyshau <kvarkus@gmail.com>2016-11-17 15:18:23 -0500
committerGitHub <noreply@github.com>2016-11-17 15:18:23 -0500
commitf43c28535b298d55f865dfe2f7b3b7f626e0cc48 (patch)
treeb14f559e5723fa49e3901eceb01961294d921464 /python/servo/devenv_commands.py
parente4a27c4d16ee0e80ccd4ffd97a93c2b2a4f05391 (diff)
downloadservo-f43c28535b298d55f865dfe2f7b3b7f626e0cc48.tar.gz
servo-f43c28535b298d55f865dfe2f7b3b7f626e0cc48.zip
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
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index 3bc99a55a7f..665d8f3c798 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -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'),
]