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.

PR-URL: https://github.com/libuv/libuv/pull/1849
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Ben Noordhuis 2018-05-28 13:26:49 +02:00
parent 1c91d2a630
commit d0c2ad3975

View File

@ -344,7 +344,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 \