1
1
Fork 0
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:
Eelco Dolstra 2013-11-23 20:11:02 +00:00
parent 14772783e6
commit 90dfb37f14
5 changed files with 17 additions and 8 deletions

View file

@ -4,4 +4,6 @@ libmain_DIR := $(d)
libmain_SOURCES = shared.cc stack.cc
libmain_LIBS = libstore libutil libformat
libmain_LDFLAGS_PROPAGATED = $(BDW_GC_LIBS)