This commit is contained in:
crazywhalecc 2025-08-28 11:01:58 +08:00
parent 1a7bf2d070
commit 20fbbb1dbe
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -74,7 +74,7 @@ $with_libs = match (PHP_OS_FAMILY) {
// You can use `common`, `bulk`, `minimal` or `none`.
// note: combination is only available for *nix platform. Windows must use `none` combination
$base_combination = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'bulk',
'Linux', 'Darwin' => 'none',
'Windows' => 'none',
};