Commit f17a6fa4 authored by Jason Madden's avatar Jason Madden

Debugging linking failure on appveyor

parent 8af3a352
......@@ -91,13 +91,11 @@ ARES.optional = not RUNNING_ON_TRAVIS
if CARES_EMBED:
ARES.sources += glob_many('deps/c-ares/*.c')
print("SOURCES", ARES.sources)
# Strip the standalone binaries that would otherwise
# cause linking issues
for bin_c in ('acountry', 'adig', 'ahost'):
try:
ARES.sources.remove('deps/c-ares/' + bin_c + '.c')
except ValueError:
pass
ARES.sources.remove('deps/c-ares/' + bin_c + '.c')
ARES.configure = configure_ares
if WIN:
ARES.libraries += ['advapi32']
......
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