mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #197 from radarhere/libtiff
Do not use libtiff 4.3.0 on macOS 11 builds
This commit is contained in:
commit
3b8d91552f
|
@ -71,6 +71,9 @@ function pre_build {
|
||||||
build_jpeg
|
build_jpeg
|
||||||
CFLAGS=$ORIGINAL_CFLAGS
|
CFLAGS=$ORIGINAL_CFLAGS
|
||||||
|
|
||||||
|
if [[ -n "$IS_MACOS" && $MACOSX_DEPLOYMENT_TARGET == "11.0" ]]; then
|
||||||
|
TIFF_VERSION=4.2.0
|
||||||
|
fi
|
||||||
build_tiff
|
build_tiff
|
||||||
if [ -n "$IS_MACOS" ]; then
|
if [ -n "$IS_MACOS" ]; then
|
||||||
# Remove existing libpng
|
# Remove existing libpng
|
||||||
|
|
Loading…
Reference in New Issue
Block a user