Commit 146cacf6 authored by Denis Bilenko's avatar Denis Bilenko

fix hardcoded path in setup.py

parent 8c48d1a3
......@@ -8,7 +8,7 @@ from distutils.core import Extension
name = 'gevent.core'
sources = ['gevent/core.c']
ev_dir = '/home/denis/tmp/libevent-1.4.11-stable'
ev_dir = None
if ev_dir is None and glob.glob('/usr/lib/libevent.*'):
print 'found system libevent for', sys.platform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment