mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
libexpr
This commit is contained in:
parent
9a8b3e9747
commit
1221ae3dd0
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ error-demo_DIR := $(d)
|
||||||
error-demo_SOURCES := \
|
error-demo_SOURCES := \
|
||||||
$(wildcard $(d)/*.cc) \
|
$(wildcard $(d)/*.cc) \
|
||||||
|
|
||||||
error-demo_LIBS = libutil
|
error-demo_LIBS = libutil libexpr
|
||||||
|
|
||||||
error-demo_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS) $(BOOST_LDFLAGS) -lboost_context -lboost_thread -lboost_system
|
error-demo_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS) $(BOOST_LDFLAGS) -lboost_context -lboost_thread -lboost_system
|
||||||
|
|
Loading…
Reference in a new issue