summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-08-14 12:44:51 -0500
committerDudemanguy <random342@airmail.cc>2022-08-15 14:14:44 +0000
commit484f1d7adc01476613496176e87f6b4d41b4f0ea (patch)
tree11ee7b81d7bb32537b73af862451356ae1b6d68f /meson.build
parent1ef53f094b4362afdfd54770a59b6d3da3551ee5 (diff)
downloadmpv-484f1d7adc01476613496176e87f6b4d41b4f0ea.tar.bz2
mpv-484f1d7adc01476613496176e87f6b4d41b4f0ea.tar.xz
meson: add comment clarifying windows-internal-pthreads
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3d7b85a0ee..682d7cf88e 100644
--- a/meson.build
+++ b/meson.build
@@ -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,