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.
1 parent 5184001 commit ec21c4cCopy full SHA for ec21c4c
setup.py
@@ -5,9 +5,7 @@
5
6
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