mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
add macos external extension support
This commit is contained in:
@@ -12,7 +12,6 @@ class ffi extends Extension
|
||||
{
|
||||
public function getUnixConfigureArg(): string
|
||||
{
|
||||
return '--with-ffi FFI_CFLAGS=-I"' . BUILD_INCLUDE_PATH . '" ' .
|
||||
'FFI_LIBS="' . $this->getLibFilesString() . '"';
|
||||
return '--with-ffi --enable-zend-signals';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user