We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9323426 commit f928371Copy full SHA for f928371
1 file changed
config.sh
@@ -8,7 +8,11 @@ FREETYPE_VERSION=2.12.1
8
HARFBUZZ_VERSION=4.2.1
9
LIBPNG_VERSION=1.6.37
10
JPEGTURBO_VERSION=2.1.3
11
-OPENJPEG_VERSION=2.5.0
+if [[ -n "$IS_MACOS" ]] && [[ "$PLAT" == "x86_64" ]]; then
12
+ OPENJPEG_VERSION=2.4.0
13
+else
14
+ OPENJPEG_VERSION=2.5.0
15
+fi
16
XZ_VERSION=5.2.5
17
TIFF_VERSION=4.3.0
18
LCMS2_VERSION=2.13.1
0 commit comments