mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: fix cygwin install
Use the right file path and variable name for the posix.h header file. Introduced when commit ce41af28 ("cygwin: include uv-posix.h header") was merged from the v1.x branch, where it is the correct path, into the master branch. This is a cherry-pick of commit d0c2ad39 from the master branch. PR-URL: https://github.com/libuv/libuv/pull/1850 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
47dcc07cf7
commit
454ab3e137
@ -348,7 +348,7 @@ libuv_la_SOURCES += src/unix/android-ifaddrs.c \
|
||||
endif
|
||||
|
||||
if CYGWIN
|
||||
include_HEADERS += include/uv-posix.h
|
||||
uvinclude_HEADERS += include/uv/posix.h
|
||||
libuv_la_CFLAGS += -D_GNU_SOURCE
|
||||
libuv_la_SOURCES += src/unix/cygwin.c \
|
||||
src/unix/bsd-ifaddrs.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user