0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

wscript: mark subprocess as required

We either need to be on Windows, or have posix_spawn available.

If someone can come up with a system that is POSIX, but does not provide
posix_spawn, we could make it optional.
This commit is contained in:
wm4 2016-02-07 16:51:47 +01:00
parent eb6b2b6e50
commit f04e7bc529

View File

@ -227,6 +227,7 @@ iconv support use --disable-iconv.",
'desc': 'posix_spawnp() or MinGW',
'func': check_true,
'deps_any': ['posix-spawn', 'mingw'],
'req': True,
}, {
'name': 'glob',
'desc': 'glob()',