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

Commit 6bb6f93

Browse files
committed
Updated libtiff to 4.4.0
1 parent a7f3b8e commit 6bb6f93

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

config.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LIBPNG_VERSION=1.6.37
1010
JPEGTURBO_VERSION=2.1.3
1111
OPENJPEG_VERSION=2.5.0
1212
XZ_VERSION=5.2.5
13-
TIFF_VERSION=4.3.0
13+
TIFF_VERSION=4.4.0
1414
LCMS2_VERSION=2.13.1
1515
if [[ -n "$IS_MACOS" ]]; then
1616
GIFLIB_VERSION=5.1.4
@@ -98,8 +98,6 @@ function pre_build {
9898
build_libjpeg_turbo
9999
if [[ -n "$IS_MACOS" ]]; then
100100
rm /usr/local/lib/libjpeg.dylib
101-
102-
TIFF_VERSION=4.2.0
103101
fi
104102
build_tiff
105103
if [ -n "$IS_MACOS" ]; then

0 commit comments

Comments
 (0)