add missing sodium to Makefile

master
Jethro Grassie 5 years ago
parent 3ca1c73e3d
commit c3b16dec1a
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB

@ -61,6 +61,7 @@ PKG_LIBS := $(shell pkg-config \
libevent \
json-c \
openssl \
libsodium \
--libs)
STATIC_LIBS =
@ -72,6 +73,7 @@ PKG_INC := $(shell pkg-config \
libevent \
json-c \
openssl \
libsodium \
--cflags)
LIBPATH := /opt/local/lib/ /usr/local/lib

Loading…
Cancel
Save