diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2022-01-10 13:52:00 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2022-01-10 13:52:16 +0900 |
commit | 450be02682da219c984870e56ac2c3098efbe68a (patch) | |
tree | 9d63f8326e88f5cd4b623309eb0ac4a918511d90 /Makefile.m32 | |
parent | bff27be9aa171a5afc25df79cd652337aa1ecbb0 (diff) | |
download | c-ares-450be02682da219c984870e56ac2c3098efbe68a.tar.gz c-ares-450be02682da219c984870e56ac2c3098efbe68a.tar.bz2 c-ares-450be02682da219c984870e56ac2c3098efbe68a.zip |
Imported Upstream version 1.18.1upstream/1.18.1
Change-Id: I5e47fe8a8445aff4c3382d9f334bd8a976ae15dd
Diffstat (limited to 'Makefile.m32')
-rw-r--r-- | Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.m32 b/Makefile.m32 index e7a423b..66d28b1 100644 --- a/Makefile.m32 +++ b/Makefile.m32 @@ -20,7 +20,7 @@ CP = cp -afv CFLAGS = $(CARES_CFLAG_EXTRAS) -O2 -Wall -I./include -I./src/lib -D_WIN32_WINNT=0x0600 CFLAGS += -DCARES_STATICLIB LDFLAGS = $(CARES_LDFLAG_EXTRAS) -s -LIBS = -lwsock32 +LIBS = -lws2_32 -liphlpapi # Makefile.inc provides the CSOURCES and HHEADERS defines include src/lib/Makefile.inc |