Drop the dependency on libgc in libmain
Instead, libexpr now depends on libgc. This means commands like nix-store that don't do any evaluation no longer require libgc.
This commit is contained in:
parent
06a8ac96e7
commit
5a1114ecdb
4 changed files with 22 additions and 22 deletions
|
|
@ -5,5 +5,3 @@ libmain_DIR := $(d)
|
|||
libmain_SOURCES = shared.cc stack.cc
|
||||
|
||||
libmain_LIBS = libstore libutil libformat
|
||||
|
||||
libmain_LDFLAGS_PROPAGATED = $(BDW_GC_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue