mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
7 lines
240 B
Meson
7 lines
240 B
Meson
|
# 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
|