1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Rename file to avoid reserved name

This commit is contained in:
John Ericson 2024-06-27 18:28:13 -04:00
parent 79e0ef88bf
commit 6a0582d9fd
59 changed files with 95 additions and 95 deletions

View 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