Skip to content

Commit 5e67133

Browse files
authored
Merge pull request #693 from crazywhalecc/fix/libheif-with-heic
explicitly state libheif -> --with-heic
2 parents 30b740b + 4391c30 commit 5e67133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/SPC/builder/unix/library/imagemagick.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ protected function build(): void
2828
'libpng' => 'png',
2929
'libwebp' => 'webp',
3030
'libxml2' => 'xml',
31+
'libheif' => 'heic',
3132
'zlib' => 'zlib',
3233
'xz' => 'lzma',
3334
'zstd' => 'zstd',

0 commit comments

Comments
 (0)