editline: wip
This commit is contained in:
parent
f90a67e24d
commit
3d974d31fa
13 changed files with 89 additions and 4648 deletions
|
|
@ -4,7 +4,6 @@ nix_DIR := $(d)
|
|||
|
||||
nix_SOURCES := \
|
||||
$(wildcard $(d)/*.cc) \
|
||||
$(wildcard src/linenoise/*.cpp) \
|
||||
$(wildcard src/build-remote/*.cc) \
|
||||
$(wildcard src/nix-build/*.cc) \
|
||||
$(wildcard src/nix-channel/*.cc) \
|
||||
|
|
@ -18,7 +17,7 @@ nix_SOURCES := \
|
|||
|
||||
nix_LIBS = libexpr libmain libstore libutil libformat
|
||||
|
||||
nix_LDFLAGS = -pthread $(SODIUM_LIBS)
|
||||
nix_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS)
|
||||
|
||||
$(foreach name, \
|
||||
nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue