mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Fix some portability issues with the new C bindings
Build without GC is unbroken Fix #10403 Also building tests with Windows (assuming rest of Windows fixes) is unbroken.
This commit is contained in:
parent
19016c7b52
commit
c1e0769355
7 changed files with 25 additions and 13 deletions
|
@ -8,7 +8,7 @@ libstorec_SOURCES := $(wildcard $(d)/*.cc)
|
|||
|
||||
libstorec_LIBS = libutil libstore libutilc
|
||||
|
||||
libstorec_LDFLAGS += -pthread
|
||||
libstorec_LDFLAGS += $(THREAD_LDFLAGS)
|
||||
|
||||
# Not just for this library itself, but also for downstream libraries using this library
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue