mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Support building dynamic libraries
This commit is contained in:
parent
9b11a8bfbc
commit
6dd74b48f8
4 changed files with 23 additions and 13 deletions
|
@ -5,3 +5,5 @@ nix-store_DIR := $(d)
|
|||
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
|
||||
|
||||
nix-store_LIBS = libmain libstore libutil libformat
|
||||
|
||||
nix-store_LDFLAGS = -lbz2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue