Commit f76801b7 authored by Jason Madden's avatar Jason Madden

need to cythonize the ares extension under pypy

parent 95891b2d
......@@ -341,7 +341,7 @@ elif PYPY:
Extension(name="gevent._semaphore",
sources=["gevent/gevent._semaphore.c"])]
include_package_data = True
run_make = 'gevent/gevent._semaphore.c'
run_make = 'gevent/gevent._semaphore.c gevent/gevent.ares.c'
else:
ext_modules = [CORE,
ARES,
......
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