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