Commit 66cdeb04 authored by Denis Bilenko's avatar Denis Bilenko

temporarily disable building c-ares on darwin until issue 76 is fixed

parent 02019b75
......@@ -197,7 +197,7 @@ def read(name):
ext_modules = [CORE, ARES]
if sys.platform == 'win32':
if sys.platform in ('win32', 'darwin'):
# XXX currently does not work
ext_modules.remove(ARES)
warnings = []
......
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