Adjust config

This commit is contained in:
crazywhalecc 2024-12-13 15:22:54 +08:00
parent d0fbc5ab2d
commit 10ef4c0d3b
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 5 additions and 0 deletions

View File

@ -709,6 +709,10 @@
] ]
}, },
"rdkafka": { "rdkafka": {
"support": {
"BSD": "wip",
"Windows": "wip"
},
"type": "external", "type": "external",
"source": "ext-rdkafka", "source": "ext-rdkafka",
"arg-type": "custom", "arg-type": "custom",

View File

@ -565,6 +565,7 @@
"librdkafka++.a", "librdkafka++.a",
"librdkafka-static.a" "librdkafka-static.a"
], ],
"cpp-library": true,
"lib-suggests": [ "lib-suggests": [
"zstd" "zstd"
] ]