don't request configurearg if it's not used (ease debugging)

This commit is contained in:
DubbleClick
2025-08-25 12:36:10 +07:00
parent 7e0e9091be
commit 448941f741
5 changed files with 19 additions and 11 deletions

View File

@@ -842,11 +842,15 @@
"nghttp2",
"zlib"
],
"lib-suggests": [
"zstd"
],
"ext-depends": [
"openssl",
"curl"
],
"ext-suggests": [
"sockets",
"swoole-hook-pgsql",
"swoole-hook-mysql",
"swoole-hook-sqlite"