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