From b0fabec6c748877bb4f6c5caf181a4d6cdedc038 Mon Sep 17 00:00:00 2001 From: UK992 Date: Wed, 28 Sep 2016 21:20:01 +0200 Subject: Fix msvc packages download dir for custom `.servo` location --- python/servo/bootstrap_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/bootstrap_commands.py') diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 78d15160736..8df02304529 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -145,7 +145,7 @@ class MachCommands(CommandBase): def bootstrap(self, android=False, interactive=False, force=False): from servo.bootstrapper.bootstrap import Bootstrapper - bootstrapper = Bootstrapper() + bootstrapper = Bootstrapper(self.context) bootstrapper.bootstrap(android=android, interactive=interactive, force=force) @Command('bootstrap-rust', -- cgit v1.2.3