mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 19:34:14 +00:00
meson: add comment clarifying windows-internal-pthreads
This commit is contained in:
parent
1ef53f094b
commit
484f1d7adc
@ -364,6 +364,11 @@ if get_option('tests')
|
|||||||
'test/tests.c')
|
'test/tests.c')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Note: this include is only used for windows pthreads and
|
||||||
|
# must be accompanied immediately by the following flags.
|
||||||
|
# This currently works because these are the last flags set
|
||||||
|
# in the build for windows. Adding any new flags after this
|
||||||
|
# will probably break something.
|
||||||
includedir = []
|
includedir = []
|
||||||
win32_pthreads = get_option('win32-internal-pthreads').require(
|
win32_pthreads = get_option('win32-internal-pthreads').require(
|
||||||
win32 and not posix,
|
win32 and not posix,
|
||||||
|
Loading…
Reference in New Issue
Block a user