Skip to content

Commit a5ff8f6

Browse files
committed
Merge pull request confluentinc#3 from hachikuji/add-library-dirs-to-setup
Add /usr/local/lib to library_dirs in setup
2 parents a3e9434 + 65fdee2 commit a5ff8f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
module = Extension('confluent_kafka.cimpl',
88
include_dirs = ['/usr/local/include'],
99
libraries= ['rdkafka'],
10+
library_dirs = ['/usr/local/lib'],
1011
sources=['confluent_kafka/src/confluent_kafka.c',
1112
'confluent_kafka/src/Producer.c',
1213
'confluent_kafka/src/Consumer.c'])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy