Fix imap and rar build on macOS bug

This commit is contained in:
crazywhalecc
2024-07-28 14:02:17 +08:00
committed by Jerry Ma
parent 874010f225
commit e67e13e81f
5 changed files with 46 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ $upx = true;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'intl',
'Linux', 'Darwin' => 'imap,swoole,openssl,rar',
'Windows' => 'amqp,apcu',
};