Skip to content

Commit

Permalink
link libmain against sodium
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood committed Oct 15, 2021
1 parent 84b7f01 commit c39922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmain/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libmain_SOURCES := $(wildcard $(d)/*.cc)

libmain_CXXFLAGS += -I src/libutil -I src/libstore

libmain_LDFLAGS += $(OPENSSL_LIBS)
libmain_LDFLAGS += $(SODIUM_LIBS) $(OPENSSL_LIBS)

libmain_LIBS = libstore libutil

Expand Down

0 comments on commit c39922f

Please sign in to comment.