1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 01:11:15 +02:00

clean up makefiles

This commit is contained in:
Ben Burdette 2022-04-08 15:53:24 -06:00
parent 27d45f9eb3
commit 31bcd55626
3 changed files with 1 additions and 4 deletions

View file

@ -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