add swow macos support

This commit is contained in:
crazywhalecc 2023-04-08 12:42:58 +08:00
parent 31a02082de
commit 24ce235ed4
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 2 additions and 1 deletions

View File

@ -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 | |

View File

@ -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 ' .