mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 01:21:00 +01:00
parent
eb1911e277
commit
e322a16523
18 changed files with 27 additions and 16 deletions
|
|
@ -6,6 +6,8 @@ libexpr_DIR := $(d)
|
|||
|
||||
libexpr_SOURCES := $(wildcard $(d)/*.cc) $(wildcard $(d)/primops/*.cc) $(d)/lexer-tab.cc $(d)/parser-tab.cc
|
||||
|
||||
libexpr_CXXFLAGS += -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
||||
|
||||
libexpr_LIBS = libutil libstore libnixrust
|
||||
|
||||
libexpr_LDFLAGS =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue