mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
fix cs
This commit is contained in:
@@ -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';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user