1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 16:31:47 +02:00

More dedup

This commit is contained in:
John Ericson 2024-06-27 12:57:32 -04:00
parent d6f57f3260
commit 8198888bc4
4 changed files with 9 additions and 18 deletions

View file

@ -48,12 +48,7 @@ foreach funcspec : check_funcs
configdata.set(define_name, define_value)
endforeach
# 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
subdir('meson-utils/threads')
if host_machine.system() == 'windows'
socket = cxx.find_library('ws2_32')