Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions config.sh
Original file line number Diff line number Diff line change
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