Link transitive dependencies

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
This commit is contained in:
Andrew Murray 2025-07-11 12:53:43 +10:00 committed by GitHub
parent 6c12d188db
commit d88986a184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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