Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
43941052
Commit
43941052
authored
Dec 22, 2016
by
Kos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add link libsodium.a
parent
edad90f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.mingw32
builds/mingw32/Makefile.mingw32
+1
-1
platform.hpp
builds/mingw32/platform.hpp
+2
-0
No files found.
builds/mingw32/Makefile.mingw32
View file @
43941052
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
\
...
...
builds/mingw32/platform.hpp
View file @
43941052
...
...
@@ -38,4 +38,6 @@
#define ZMQ_HAVE_WINDOWS
#define ZMQ_USE_LIBSODIUM
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment