Commit 57180e5a authored by Denis Bilenko's avatar Denis Bilenko

setup.py: cleanup unused code

parent b8bbd877
......@@ -46,13 +46,6 @@ libraries = []
extra_objects = []
libevent_shared_name = 'libevent.so'
if sys.platform == 'darwin':
libevent_shared_name = 'libevent.dylib'
elif sys.platform == 'win32':
libevent_shared_name = 'libevent.dll'
# hack: create a symlink from build/../core.so to gevent/core.so to prevent "ImportError: cannot import name core" failures
cmdclass = {}
try:
......
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