mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08: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…
Reference in New Issue
Block a user