Remove openmp support for imagemagick

This commit is contained in:
crazywhalecc
2025-03-29 22:51:12 +08:00
parent ee54b6d347
commit 4115e42dc6
4 changed files with 3 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ trait imagemagick
protected function build(): void
{
// TODO: imagemagick build with bzip2 failed with bugs, we need to fix it in the future
$extra = '--without-jxl --without-x --enable-openmp --without-bzlib ';
$extra = '--without-jxl --without-x --disable-openmp --without-bzlib ';
$required_libs = '';
$optional_libs = [
'libzip' => 'zip',