mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
added libcares to static build if ares enabled.
This commit is contained in:
parent
f7e9a21c53
commit
3f7e541415
@ -134,6 +134,9 @@ INCLUDES = -I$(CURL_INC) -I$(CURL_LIB)
|
||||
|
||||
ifdef LINK_STATIC
|
||||
LDLIBS = $(CURL_LIB)/libcurl.$(LIBEXT)
|
||||
ifdef WITH_ARES
|
||||
LDLIBS += $(ARES_LIB)/libcares.$(LIBEXT)
|
||||
endif
|
||||
else
|
||||
MODULES = libcurl.nlm
|
||||
IMPORTS = @$(CURL_LIB)/libcurl.imp
|
||||
|
Loading…
x
Reference in New Issue
Block a user