mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Merge branch 'crazywhalecc:refactor' into refactor
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