mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
add swow macos support
This commit is contained in:
parent
31a02082de
commit
24ce235ed4
@ -49,7 +49,7 @@
|
||||
| soap | untested | | |
|
||||
| sockets | untested | yes | |
|
||||
| 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) | |
|
||||
| tokenizer | yes | yes | |
|
||||
| xml | yes | yes | |
|
||||
|
||||
@ -16,6 +16,7 @@ class libuv extends MacOSLibraryBase
|
||||
[,,$destdir] = SEPARATED_PATH;
|
||||
|
||||
shell()->cd($this->source_dir)
|
||||
->exec('./autogen.sh')
|
||||
->exec(
|
||||
"{$this->builder->configure_env} ./configure " .
|
||||
'--enable-static --disable-shared ' .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user