mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
Update src/Package/Library/gettext.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ class gettext
|
|||||||
$autoconf->addConfigureArgs('--enable-threads=isoc+posix')
|
$autoconf->addConfigureArgs('--enable-threads=isoc+posix')
|
||||||
->appendEnv([
|
->appendEnv([
|
||||||
'CFLAGS' => '-lpthread -D_REENTRANT',
|
'CFLAGS' => '-lpthread -D_REENTRANT',
|
||||||
'LDFLGAS' => '-lpthread',
|
'LDFLAGS' => '-lpthread',
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
$autoconf->addConfigureArgs('--disable-threads');
|
$autoconf->addConfigureArgs('--disable-threads');
|
||||||
|
|||||||
Reference in New Issue
Block a user