mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-17 19:52:35 +03:00
Link transitive dependencies
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
This commit is contained in:
parent
6c12d188db
commit
d88986a184
7
.github/workflows/wheels-dependencies.sh
vendored
7
.github/workflows/wheels-dependencies.sh
vendored
|
@ -280,8 +280,11 @@ function build {
|
|||
if [[ -n "$IS_MACOS" ]]; then
|
||||
webp_cflags="$webp_cflags -Wl,-headerpad_max_install_names"
|
||||
fi
|
||||
CFLAGS="$CFLAGS $webp_cflags" build_simple libwebp $LIBWEBP_VERSION \
|
||||
https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
|
||||
webp_ldflags=""
|
||||
if [[ -n "$IOS_SDK" ]]; then
|
||||
webp_ldflags="$webp_ldflags -llzma -lz"
|
||||
fi
|
||||
CFLAGS="$CFLAGS $webp_cflags" LDFLAGS="$LDFLAGS $webp_ldflags" build_simple libwebp $LIBWEBP_VERSION \
|
||||
--enable-libwebpmux --enable-libwebpdemux --disable-libwebpexamples
|
||||
|
||||
build_brotli
|
||||
|
|
Loading…
Reference in New Issue
Block a user