Merge branch 'crazywhalecc:refactor' into refactor

This commit is contained in:
javalaw 2023-05-17 13:54:33 +08:00 committed by GitHub
commit a4204347c1
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