Update imagemagick.php

This commit is contained in:
Jerry Ma 2023-05-17 13:40:37 +08:00 committed by GitHub
parent 09f1574264
commit afe81c4306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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