mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
More dedup
This commit is contained in:
parent
d6f57f3260
commit
8198888bc4
4 changed files with 9 additions and 18 deletions
6
meson-utils/threads/meson.build
Normal file
6
meson-utils/threads/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue