diff options
author | angelortiz1007 <aoble248@gmail.com> | 2019-08-13 11:30:10 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-08-21 20:28:41 -0400 |
commit | 3dd1bfc31759de2b9008ed58c31eb8fe8915edb9 (patch) | |
tree | 08099d5218321432b764c7ffaf7535b94815e517 /python/servo/packages.py | |
parent | 27764f61068781cab22de5d46f47805e548da3aa (diff) | |
download | servo-3dd1bfc31759de2b9008ed58c31eb8fe8915edb9.tar.gz servo-3dd1bfc31759de2b9008ed58c31eb8fe8915edb9.zip |
Added support to download nuget and added python code to automate the x64 and arm64 mach build -r/-d --uwp build process.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 1da0d49b13d..ca69b105233 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -7,6 +7,7 @@ WINDOWS_MSVC = { "llvm": "8.0.0", "moztools": "3.2", "ninja": "1.7.1", + "nuget": "08-08-2019", "openssl": "111.3.0+1.1.1c-vs2017", "gstreamer-uwp": "1.16.0.3", "openxr-loader-uwp": "1.0", |