mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
fix linking
This commit is contained in:
parent
e82aec4efc
commit
c151a9b426
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ 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_CXXFLAGS += -I src/libutil -I src/libstore -I src/libexpr -I src/libmain -I src/libfetchers -I src/nix
|
||||||
|
|
||||||
# libcmd_LDFLAGS = $(EDITLINE_LIBS) -llowdown
|
libcmd_LDFLAGS = $(EDITLINE_LIBS) -llowdown -pthread
|
||||||
libcmd_LDFLAGS += -llowdown -pthread
|
# libcmd_LDFLAGS += -llowdown -pthread
|
||||||
|
|
||||||
libcmd_LIBS = libstore libutil libexpr libmain libfetchers libnix
|
libcmd_LIBS = libstore libutil libexpr libmain libfetchers libnix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue