fix mbstring support

This commit is contained in:
crazywhalecc
2023-03-19 00:15:13 +08:00
parent 3daafa0b0e
commit c93a4e843f
2 changed files with 5 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ class MacOSBuilder extends BuilderBase
'cd ' . SOURCE_PATH . '/php-src && ' .
"make -j{$this->concurrency} " .
'EXTRA_CFLAGS="-g -Os -fno-ident" ' . // 生成调试信息、优化编译后的尺寸、禁用标识符(如变量、函数名)缩短
"EXTRA_LIBS=\"{$extra_libs} -lresolv -lsqlite3\" " .
"EXTRA_LIBS=\"{$extra_libs} -lresolv\" " .
// TODO: comment things
'cli &&' .
'dsymutil -f sapi/cli/php &&' .