Commit 43941052 authored by Kos's avatar Kos

add link libsodium.a

parent edad90f7
CC=gcc CC=gcc
CFLAGS=-Wall -Os -g -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_USE_SELECT -I. 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 \ OBJS = ctx.o reaper.o dist.o err.o \
clock.o metadata.o random.o \ clock.o metadata.o random.o \
......
...@@ -38,4 +38,6 @@ ...@@ -38,4 +38,6 @@
#define ZMQ_HAVE_WINDOWS #define ZMQ_HAVE_WINDOWS
#define ZMQ_USE_LIBSODIUM
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment