Fix linux imagick openmp linking issue (#424)

This commit is contained in:
Jerry Ma
2024-04-26 11:00:33 +08:00
committed by GitHub
parent b14894fab7
commit aaa4510f25
3 changed files with 6 additions and 6 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 --disable-openmp --without-bzlib ';
$extra = '--without-jxl --without-x --enable-openmp --without-bzlib ';
$required_libs = '';
$optional_libs = [
'libzip' => 'zip',