mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-17 08:56:42 -05:00
build-sys: add winerrno.h to libpulsecommon_SOURCES
This commit is contained in:
parent
d284d90d5f
commit
53b6b9df19
1 changed files with 3 additions and 1 deletions
|
|
@ -712,7 +712,9 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
|
||||||
pulsecore/socket.h
|
pulsecore/socket.h
|
||||||
|
|
||||||
if OS_IS_WIN32
|
if OS_IS_WIN32
|
||||||
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += pulsecore/poll-win32.c pulsecore/poll.h
|
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += \
|
||||||
|
pulsecore/poll-win32.c pulsecore/poll.h \
|
||||||
|
pulsecore/winerrno.h
|
||||||
else
|
else
|
||||||
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += pulsecore/poll-posix.c pulsecore/poll.h
|
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += pulsecore/poll-posix.c pulsecore/poll.h
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue