Skip to content

Commit

Permalink
Merge pull request #300 from radarhere/libtiff
Browse files Browse the repository at this point in the history
Updated libtiff to 4.4.0
  • Loading branch information
radarhere committed Jun 29, 2022
2 parents 187e742 + 6bb6f93 commit 8add9d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.sh
Expand Up @@ -10,7 +10,7 @@ LIBPNG_VERSION=1.6.37
JPEGTURBO_VERSION=2.1.3
OPENJPEG_VERSION=2.5.0
XZ_VERSION=5.2.5
TIFF_VERSION=4.3.0
TIFF_VERSION=4.4.0
LCMS2_VERSION=2.13.1
if [[ -n "$IS_MACOS" ]]; then
GIFLIB_VERSION=5.1.4
Expand Down Expand Up @@ -98,8 +98,6 @@ function pre_build {
build_libjpeg_turbo
if [[ -n "$IS_MACOS" ]]; then
rm /usr/local/lib/libjpeg.dylib

TIFF_VERSION=4.2.0
fi
build_tiff
if [ -n "$IS_MACOS" ]; then
Expand Down

0 comments on commit 8add9d5

Please sign in to comment.