mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
fix cs
This commit is contained in:
parent
e8d1970f55
commit
2b0a0bdad9
@ -30,7 +30,8 @@ trait krb5
|
|||||||
$args = [
|
$args = [
|
||||||
'--disable-nls',
|
'--disable-nls',
|
||||||
'--disable-rpath',
|
'--disable-rpath',
|
||||||
'--without-system-verto'];
|
'--without-system-verto',
|
||||||
|
];
|
||||||
if (PHP_OS_FAMILY === 'Darwin') {
|
if (PHP_OS_FAMILY === 'Darwin') {
|
||||||
$args[] = 'ac_cv_func_secure_getenv=no';
|
$args[] = 'ac_cv_func_secure_getenv=no';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user