mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
clean up makefiles
This commit is contained in:
parent
27d45f9eb3
commit
31bcd55626
3 changed files with 1 additions and 4 deletions
|
@ -8,9 +8,7 @@ libcmd_SOURCES := $(wildcard $(d)/*.cc)
|
|||
|
||||
libcmd_CXXFLAGS += -I src/libutil -I src/libstore -I src/libexpr -I src/libmain -I src/libfetchers -I src/nix
|
||||
|
||||
# libcmd_LDFLAGS += -llowdown -pthread
|
||||
libcmd_LDFLAGS = $(EDITLINE_LIBS) -llowdown -pthread
|
||||
# libcmd_LDFLAGS += $(LOWDOWN_LIBS) -pthread
|
||||
|
||||
libcmd_LIBS = libstore libutil libexpr libmain libfetchers libnix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue