add the include path where ev.h is installed by libev-devel on Centos
This commit is contained in:
6
setup.py
6
setup.py
@@ -133,8 +133,10 @@ libev_support = Feature(
|
||||
"Libev event loop support",
|
||||
standard=True,
|
||||
ext_modules=[Extension('cassandra.io.libevwrapper',
|
||||
libraries=['ev'],
|
||||
sources=['cassandra/io/libevwrapper.c'])])
|
||||
sources=['cassandra/io/libevwrapper.c'],
|
||||
include_dirs=['/usr/include/libev'],
|
||||
libraries=['ev']
|
||||
)])
|
||||
|
||||
features = {
|
||||
"murmur3": murmur3_ext,
|
||||
|
||||
Reference in New Issue
Block a user