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

meson: add comment clarifying windows-internal-pthreads

This commit is contained in:
Dudemanguy 2022-08-14 12:44:51 -05:00
parent 1ef53f094b
commit 484f1d7adc

View File

@ -364,6 +364,11 @@ if get_option('tests')
'test/tests.c')
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 = []
win32_pthreads = get_option('win32-internal-pthreads').require(
win32 and not posix,