Commit 20aca346 authored by Denis Bilenko's avatar Denis Bilenko

add note about -lm to setup.py

parent ce9936ae
......@@ -48,6 +48,7 @@ CORE = Extension(name='gevent.core',
libraries=libraries,
define_macros=define_macros,
depends=expand('gevent/callbacks.*', 'gevent/stathelper.c', 'gevent/libev*.h', 'libev/*.*'))
# QQQ libev can also use -lm, however it seems to be added implicitly
ARES = Extension(name='gevent.ares',
sources=['gevent/gevent.ares.c'],
......
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