mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
Add extension rdkafka support
This commit is contained in:
@@ -385,6 +385,15 @@
|
||||
"libssh2"
|
||||
]
|
||||
},
|
||||
"rdkafka": {
|
||||
"type": "external",
|
||||
"source": "ext-rdkafka",
|
||||
"arg-type": "custom",
|
||||
"cpp-extension": true,
|
||||
"lib-depends": [
|
||||
"librdkafka"
|
||||
]
|
||||
},
|
||||
"swoole": {
|
||||
"type": "external",
|
||||
"source": "swoole",
|
||||
|
||||
Reference in New Issue
Block a user