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 d88986a commit 722c130Copy full SHA for 722c130
.github/workflows/wheels-dependencies.sh
@@ -285,6 +285,7 @@ function build {
285
webp_ldflags="$webp_ldflags -llzma -lz"
286
fi
287
CFLAGS="$CFLAGS $webp_cflags" LDFLAGS="$LDFLAGS $webp_ldflags" build_simple libwebp $LIBWEBP_VERSION \
288
+ https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
289
--enable-libwebpmux --enable-libwebpdemux --disable-libwebpexamples
290
291
build_brotli
0 commit comments