mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
fix cs
This commit is contained in:
parent
e8d1970f55
commit
2b0a0bdad9
@ -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';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user