aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/windows.py
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2023-09-11 10:23:05 +0200
committerGitHub <noreply@github.com>2023-09-11 08:23:05 +0000
commit59d134133fb5474f510dd289c212ad0e78564642 (patch)
tree65443ed51e6c0ba2e14f8fde7403ae1c521e33bd /python/servo/platform/windows.py
parent9b1247b20f2de6bbba39efff49eabc63e865ce2e (diff)
downloadservo-59d134133fb5474f510dd289c212ad0e78564642.tar.gz
servo-59d134133fb5474f510dd289c212ad0e78564642.zip
Use MozTools 4 and update mozjs (#30326)
* Update mozjs * moztools4 in bootstrap * no autoconf * tidy * switch to servo-build-deps * update mozjs for real * glue mozjs * fmt * move to servo/mozjs
Diffstat (limited to 'python/servo/platform/windows.py')
-rw-r--r--python/servo/platform/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/platform/windows.py b/python/servo/platform/windows.py
index f283696ade9..7751f7e572f 100644
--- a/python/servo/platform/windows.py
+++ b/python/servo/platform/windows.py
@@ -19,7 +19,7 @@ from .base import Base
DEPS_URL = "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/"
DEPENDENCIES = {
- "moztools": "3.2",
+ "moztools": "4.0",
}
URL_BASE = "https://gstreamer.freedesktop.org/data/pkg/windows/1.16.0/"