diff options
author | ddh <dianehosfelt@gmail.com> | 2017-01-11 12:07:36 +0000 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-03-31 16:32:21 +0200 |
commit | e527c9a991c00a3d01fcf262b9fee0b5c948436e (patch) | |
tree | 75a909ab4048eb74174454d65758efbb6c63934e /python/servo/bootstrap.py | |
parent | f66cae3f96c1b9a835f2d33477593e083395f402 (diff) | |
download | servo-e527c9a991c00a3d01fcf262b9fee0b5c948436e.tar.gz servo-e527c9a991c00a3d01fcf262b9fee0b5c948436e.zip |
Update Hyper and OpenSSL
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r-- | python/servo/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index f65cd7208e5..72867fcf155 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -196,7 +196,7 @@ def windows_msvc(context, force=False): '''Bootstrapper for MSVC building on Windows.''' deps_dir = os.path.join(context.sharedir, "msvc-dependencies") - deps_url = "https://servo-rust.s3.amazonaws.com/msvc-deps/" + deps_url = "https://servo-deps.s3.amazonaws.com/msvc-deps/" def version(package): return packages.WINDOWS_MSVC[package] |