diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.m32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index c30a27792..690bc54e2 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -49,6 +49,9 @@ else CFLAGS += -DCURL_STATICLIB endif ifdef ARES + ifndef DYN + curl_DEPENDENCIES += $(ARES_LIB)/libcares.a + endif CFLAGS += -DUSE_ARES curl_LDADD += -L$(ARES_LIB) -lcares endif |