1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Add missing threads deps

This commit is contained in:
John Ericson 2024-07-22 11:33:37 -04:00
parent 40f80e1b5c
commit d3cee8160c
17 changed files with 33 additions and 0 deletions

View file

@ -26,6 +26,7 @@ deps_public_maybe_subproject = [
]
subdir('build-utils-meson/subprojects')
subdir('build-utils-meson/threads')
pubsetbuf_test = '''
#include <iostream>