Make c-ares build on windows
This commit is contained in:
parent
3b83125691
commit
afa3600aaa
@ -15,7 +15,7 @@ LD = gcc
|
||||
RANLIB = ranlib
|
||||
#RM = rm -f
|
||||
|
||||
CFLAGS = -O2 -Wall
|
||||
CFLAGS = -O2 -Wall -I. -DCARES_STATICLIB
|
||||
LDFLAGS = -s
|
||||
LIBS = -lwsock32
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user