Merge pull request #7815 from radarhere/giflib_macos

This commit is contained in:
Hugo van Kemenade 2024-03-11 17:38:56 +02:00 committed by GitHub
commit 8c36b98ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ XZ_VERSION=5.4.5
TIFF_VERSION=4.6.0
LCMS2_VERSION=2.16
if [[ -n "$IS_MACOS" ]]; then
GIFLIB_VERSION=5.1.4
GIFLIB_VERSION=5.2.2
else
GIFLIB_VERSION=5.2.1
fi