mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
Use pkg-configs for librdkafka
This commit is contained in:
parent
aa5c829fae
commit
f34ecf9468
@ -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": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user