nix-super/build-utils-meson/threads/meson.build

7 lines
240 B
Meson
Raw Normal View History

2024-06-27 19:57:32 +03:00
# This is only conditional to work around
# https://github.com/mesonbuild/meson/issues/13293. It should be
# unconditional.
if not (host_machine.system() == 'windows' and cxx.get_id() == 'gcc')
deps_private += dependency('threads')
endif