mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +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
|
protected function build(): void
|
||||||
{
|
{
|
||||||
$extra = '--without-jxl --without-xml --without-zstd ';
|
$extra = '--without-jxl --without-xml --without-zstd --without-x ';
|
||||||
// jpeg support
|
// jpeg support
|
||||||
$extra .= $this->builder->getLib('libjpeg') ? '--with-jpeg ' : '';
|
$extra .= $this->builder->getLib('libjpeg') ? '--with-jpeg ' : '';
|
||||||
// png support
|
// png support
|
||||||
|
|||||||
Reference in New Issue
Block a user