mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 22:11:05 +01:00
Only link with -pthread on Unix
We don't want this with MinGW.
This commit is contained in:
parent
f9e5eb5f0a
commit
423484ad26
11 changed files with 16 additions and 10 deletions
|
|
@ -20,4 +20,4 @@ libexpr-test-support_LIBS = \
|
|||
libstore-test-support libutil-test-support \
|
||||
libexpr libstore libutil
|
||||
|
||||
libexpr-test-support_LDFLAGS := -pthread -lrapidcheck
|
||||
libexpr-test-support_LDFLAGS := $(THREAD_LDFLAGS) -lrapidcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue