mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-18 04:02:25 +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
|
if [[ -n "$IS_MACOS" ]]; then
|
||||||
webp_cflags="$webp_cflags -Wl,-headerpad_max_install_names"
|
webp_cflags="$webp_cflags -Wl,-headerpad_max_install_names"
|
||||||
fi
|
fi
|
||||||
CFLAGS="$CFLAGS $webp_cflags" build_simple libwebp $LIBWEBP_VERSION \
|
webp_ldflags=""
|
||||||
https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
|
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
|
--enable-libwebpmux --enable-libwebpdemux --disable-libwebpexamples
|
||||||
|
|
||||||
build_brotli
|
build_brotli
|
||||||
|
|
Loading…
Reference in New Issue
Block a user