mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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
|
||||
|
||||
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
|
||||
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += pulsecore/poll-posix.c pulsecore/poll.h
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue