diff options
Diffstat (limited to 'python/servo/bootstrapper/windows_msvc.py')
-rw-r--r-- | python/servo/bootstrapper/windows_msvc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrapper/windows_msvc.py b/python/servo/bootstrapper/windows_msvc.py index f4926276549..11ff765c99d 100644 --- a/python/servo/bootstrapper/windows_msvc.py +++ b/python/servo/bootstrapper/windows_msvc.py @@ -23,7 +23,7 @@ class WindowsMsvcBootstrapper(BaseBootstrapper): def install_system_packages(self, packages=deps): from servo.bootstrap_commands import extract, download_file - deps_dir = os.path.join(".servo", "msvc-dependencies") + deps_dir = os.path.join(self.context.sharedir, "msvc-dependencies") deps_url = "https://servo-rust.s3.amazonaws.com/msvc-deps/" first_run = True |