mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update imagemagick.php
This commit is contained in:
parent
09f1574264
commit
afe81c4306
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user