mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
fix mingw build
This commit is contained in:
parent
a1f98d55b1
commit
9b5dfd1a1e
@ -28,6 +28,7 @@ CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0501 -Isrc/ares/config_win32
|
||||
LINKFLAGS=-lm
|
||||
|
||||
CARES_OBJS += src/ares/windows_port.o
|
||||
CARES_OBJS += src/ares/ares_platform.o
|
||||
WIN_SRCS=$(wildcard src/win/*.c)
|
||||
WIN_OBJS=$(WIN_SRCS:.c=.o)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user