mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
fix cs
This commit is contained in:
@@ -30,7 +30,8 @@ trait krb5
|
||||
$args = [
|
||||
'--disable-nls',
|
||||
'--disable-rpath',
|
||||
'--without-system-verto'];
|
||||
'--without-system-verto',
|
||||
];
|
||||
if (PHP_OS_FAMILY === 'Darwin') {
|
||||
$args[] = 'ac_cv_func_secure_getenv=no';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user