mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
Allow (dynamic) libraries to depend on other libraries
This commit is contained in:
parent
14772783e6
commit
90dfb37f14
5 changed files with 17 additions and 8 deletions
|
|
@ -4,4 +4,6 @@ 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