add link libsodium.a

This commit is contained in:
Kos 2016-12-22 14:25:00 +08:00
parent edad90f770
commit 43941052a9
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-Wall -Os -g -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_USE_SELECT -I.
LIBS=-lws2_32 -lIphlpapi
LIBS=-lws2_32 -lIphlpapi -lsodium
OBJS = ctx.o reaper.o dist.o err.o \
clock.o metadata.o random.o \

View File

@ -38,4 +38,6 @@
#define ZMQ_HAVE_WINDOWS
#define ZMQ_USE_LIBSODIUM
#endif