Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit de4d624

Browse files
committed
Do not use libtiff 4.3.0 on macOS builds
1 parent aec595a commit de4d624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function pre_build {
5757
build_jpeg
5858
CFLAGS=$ORIGINAL_CFLAGS
5959

60-
if [[ -n "$IS_MACOS" && $MACOSX_DEPLOYMENT_TARGET == "11.0" ]]; then
60+
if [[ -n "$IS_MACOS" ]]; then
6161
TIFF_VERSION=4.2.0
6262
fi
6363
build_tiff

0 commit comments

Comments
 (0)