mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
add swow macos support
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
| soap | untested | | |
|
| soap | untested | | |
|
||||||
| sockets | untested | yes | |
|
| sockets | untested | yes | |
|
||||||
| sqlite3 | untested | untested | |
|
| sqlite3 | untested | untested | |
|
||||||
| swow | | | |
|
| swow | | yes | |
|
||||||
| swoole | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
| swoole | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
||||||
| tokenizer | yes | yes | |
|
| tokenizer | yes | yes | |
|
||||||
| xml | yes | yes | |
|
| xml | yes | yes | |
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ class libuv extends MacOSLibraryBase
|
|||||||
[,,$destdir] = SEPARATED_PATH;
|
[,,$destdir] = SEPARATED_PATH;
|
||||||
|
|
||||||
shell()->cd($this->source_dir)
|
shell()->cd($this->source_dir)
|
||||||
|
->exec('./autogen.sh')
|
||||||
->exec(
|
->exec(
|
||||||
"{$this->builder->configure_env} ./configure " .
|
"{$this->builder->configure_env} ./configure " .
|
||||||
'--enable-static --disable-shared ' .
|
'--enable-static --disable-shared ' .
|
||||||
|
|||||||
Reference in New Issue
Block a user