mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Fix msvc packages download dir for custom .servo
location
This commit is contained in:
parent
a082501173
commit
b0fabec6c7
3 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue