Updated giflib on macOS to 5.2.2

This commit is contained in:
Andrew Murray 2024-02-19 23:29:58 +11:00
parent e1c5d57d50
commit 0692ad8cdd

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