From afe81c43068d295895d881ce6d8d46aa8783500c Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Wed, 17 May 2023 13:40:37 +0800 Subject: [PATCH] Update imagemagick.php --- src/SPC/builder/macos/library/imagemagick.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/macos/library/imagemagick.php b/src/SPC/builder/macos/library/imagemagick.php index c6a105c5..b3a71321 100644 --- a/src/SPC/builder/macos/library/imagemagick.php +++ b/src/SPC/builder/macos/library/imagemagick.php @@ -15,7 +15,7 @@ class imagemagick extends MacOSLibraryBase protected function build(): void { - $extra = '--without-jxl --without-xml --without-zstd '; + $extra = '--without-jxl --without-xml --without-zstd --without-x '; // jpeg support $extra .= $this->builder->getLib('libjpeg') ? '--with-jpeg ' : ''; // png support