Fix a type in the libuv mingw makefile
This commit is contained in:
parent
c35bf9ca04
commit
f918418953
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ CC ?= $(PREFIX)gcc
|
|||
AR ?= $(PREFIX)ar
|
||||
E=.exe
|
||||
|
||||
CFLAGS+=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0501 -I$(S)src/ares/config_win32
|
||||
CFLAGS+=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0501 -I$(S)/src/ares/config_win32
|
||||
LINKFLAGS=-lm
|
||||
|
||||
CARES_OBJS += src/ares/windows_port.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue