mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Update imagemagick.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user