mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 02:22:19 +00:00
meson: add missing source file for UWP
This commit is contained in:
parent
fa0929bf71
commit
add2f3c8c9
@ -502,7 +502,8 @@ endif
|
||||
|
||||
if not posix and not features['win32-desktop']
|
||||
subprocess_source = files('osdep/subprocess-dummy.c')
|
||||
sources += files('input/ipc-dummy.c')
|
||||
sources += files('input/ipc-dummy.c',
|
||||
'osdep/terminal-dummy.c')
|
||||
endif
|
||||
|
||||
features += {'glob-posix': cc.has_function('glob', prefix: '#include <glob.h>')}
|
||||
|
Loading…
Reference in New Issue
Block a user