We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3e9434 + 65fdee2 commit a5ff8f6Copy full SHA for a5ff8f6
setup.py
@@ -7,6 +7,7 @@
7
module = Extension('confluent_kafka.cimpl',
8
include_dirs = ['/usr/local/include'],
9
libraries= ['rdkafka'],
10
+ library_dirs = ['/usr/local/lib'],
11
sources=['confluent_kafka/src/confluent_kafka.c',
12
'confluent_kafka/src/Producer.c',
13
'confluent_kafka/src/Consumer.c'])
0 commit comments