meson: don't run TLS checks on mingw
commit358cd44272e7bce97f0ba7547174470da3793aa2
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 20 Nov 2022 22:05:01 +0000 (20 22:05 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 5 Mar 2023 18:26:58 +0000 (5 18:26 +0000)
tree6f714360cef8b673b3401d03731fe0f1ade7f145
parentf6fee19019c4a67785797a00326ce2333676c71a
meson: don't run TLS checks on mingw

Align with the cmake build. Using TLS seems to just work, but it pulls
the extra libwinpthread-1.dll, which makes distribution cumbersome.

Fixes: acf1333 ("Initial meson build system")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 47f1615d85cba9a33fb8f7e919a78fe621510608)
meson.build