We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e670 commit e4f76b3Copy full SHA for e4f76b3
.github/workflows/wheels-dependencies.sh
@@ -110,7 +110,11 @@ ZLIB_NG_VERSION=2.2.5
110
LIBWEBP_VERSION=1.6.0
111
BZIP2_VERSION=1.0.8
112
LIBXCB_VERSION=1.17.0
113
-BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
+if [[ -n "$IOS_SDK" ]]; then
114
+ BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
115
+else
116
+ BROTLI_VERSION=1.2.0
117
+fi
118
LIBAVIF_VERSION=1.3.0
119
120
function build_pkg_config {
winbuild/build_prepare.py
@@ -113,7 +113,7 @@ def cmd_msbuild(
}
V = {
- "BROTLI": "1.1.0",
+ "BROTLI": "1.2.0",
"FREETYPE": "2.14.1",
"FRIBIDI": "1.0.16",
"HARFBUZZ": "12.1.0",
0 commit comments