diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/devenv_commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py index 2fc4a08e434..5a41b8b1b37 100644 --- a/python/servo/devenv_commands.py +++ b/python/servo/devenv_commands.py @@ -87,6 +87,8 @@ class MachCommands(CommandBase): print("flag or update all packages with --all-packages (-a) flag") sys.exit(1) + self.ensure_bootstrapped() + for cargo_path in CARGO_PATHS: with cd(cargo_path): print(cargo_path) |