mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
add link libsodium.a
This commit is contained in:
parent
edad90f770
commit
43941052a9
@ -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 \
|
||||
|
@ -38,4 +38,6 @@
|
||||
|
||||
#define ZMQ_HAVE_WINDOWS
|
||||
|
||||
#define ZMQ_USE_LIBSODIUM
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user