mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Add missing -pthread
for test support libraries
This is good in general (see how the other libraries also have long had
it, since 49fe9592a4
) but in particular
needed to fix the NetBSD build.
This commit is contained in:
parent
96fdea3394
commit
b23273f6a2
3 changed files with 3 additions and 3 deletions
|
@ -20,4 +20,4 @@ libexpr-test-support_LIBS = \
|
|||
libstore-test-support libutil-test-support \
|
||||
libexpr libstore libutil
|
||||
|
||||
libexpr-test-support_LDFLAGS := -lrapidcheck
|
||||
libexpr-test-support_LDFLAGS := -pthread -lrapidcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue