Skip to content

Commit 985544d

Browse files
committed
Do not disable libwebpexamples
1 parent 722c130 commit 985544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function build {
286286
fi
287287
CFLAGS="$CFLAGS $webp_cflags" LDFLAGS="$LDFLAGS $webp_ldflags" build_simple libwebp $LIBWEBP_VERSION \
288288
https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
289-
--enable-libwebpmux --enable-libwebpdemux --disable-libwebpexamples
289+
--enable-libwebpmux --enable-libwebpdemux
290290

291291
build_brotli
292292

0 commit comments

Comments
 (0)