Fix imagick patch newer than 30800 (#641)

This commit is contained in:
Jerry Ma
2025-03-14 10:57:33 +08:00
committed by GitHub
parent 2681a88488
commit 39a66daf04
3 changed files with 17 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ $prefer_pre_built = false;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'openssl,gmssl',
'Windows' => 'gettext',
'Linux', 'Darwin' => 'imagick',
'Windows' => 'bcmath',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).