mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Use pkg-configs for librdkafka
This commit is contained in:
@@ -506,10 +506,9 @@
|
|||||||
},
|
},
|
||||||
"librdkafka": {
|
"librdkafka": {
|
||||||
"source": "librdkafka",
|
"source": "librdkafka",
|
||||||
"static-libs-unix": [
|
"pkg-configs": [
|
||||||
"librdkafka.a",
|
"rdkafka++-static",
|
||||||
"librdkafka++.a",
|
"rdkafka-static"
|
||||||
"librdkafka-static.a"
|
|
||||||
],
|
],
|
||||||
"cpp-library": true,
|
"cpp-library": true,
|
||||||
"lib-suggests": [
|
"lib-suggests": [
|
||||||
|
|||||||
Reference in New Issue
Block a user