Skip to content

Commit ec21c4c

Browse files
committed
Removed hard coded c extentions lib/include paths
1 parent 5184001 commit ec21c4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66

77
module = Extension('confluent_kafka.cimpl',
8-
include_dirs = ['/usr/local/include'],
98
libraries= ['rdkafka'],
10-
library_dirs = ['/usr/local/lib'],
119
sources=['confluent_kafka/src/confluent_kafka.c',
1210
'confluent_kafka/src/Producer.c',
1311
'confluent_kafka/src/Consumer.c'])

0 commit comments

Comments
 (0)