mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Explicitly disable libdeflate on libtiff.
This commit is contained in:
parent
5a8373e527
commit
140a06e0fd
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -125,7 +125,7 @@ function build {
|
|||
# webp and zstd from /usr/local.
|
||||
build_simple tiff $TIFF_VERSION https://download.osgeo.org/libtiff tar.gz \
|
||||
--with-jpeg-include-dir=$BUILD_PREFIX/include --with-jpeg-lib-dir=$BUILD_PREFIX/lib \
|
||||
--disable-webp --disable-zstd
|
||||
--disable-webp --disable-zstd --disable-libdeflate
|
||||
else
|
||||
build_tiff
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user