Add extension rdkafka support

This commit is contained in:
crazywhalecc
2023-11-05 17:09:48 +08:00
parent ac7a236763
commit c0b52fc2d1
7 changed files with 134 additions and 0 deletions

View File

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