mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
add missing sodium to Makefile
This commit is contained in:
parent
3ca1c73e3d
commit
c3b16dec1a
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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…
Reference in a new issue