Skip to content

Commit f34ecf9

Browse files
committed
Use pkg-configs for librdkafka
1 parent aa5c829 commit f34ecf9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config/lib.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,9 @@
506506
},
507507
"librdkafka": {
508508
"source": "librdkafka",
509-
"static-libs-unix": [
510-
"librdkafka.a",
511-
"librdkafka++.a",
512-
"librdkafka-static.a"
509+
"pkg-configs": [
510+
"rdkafka++-static",
511+
"rdkafka-static"
513512
],
514513
"cpp-library": true,
515514
"lib-suggests": [

0 commit comments

Comments
 (0)