Do not use libtiff 4.3.0 on macOS builds

This commit is contained in:
Andrew Murray 2021-12-29 21:09:52 +11:00
parent aec595a10c
commit de4d6249ef

View File

@ -57,7 +57,7 @@ function pre_build {
build_jpeg
CFLAGS=$ORIGINAL_CFLAGS
if [[ -n "$IS_MACOS" && $MACOSX_DEPLOYMENT_TARGET == "11.0" ]]; then
if [[ -n "$IS_MACOS" ]]; then
TIFF_VERSION=4.2.0
fi
build_tiff