Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorley authored Dec 1, 2016
1 parent a7bdfc2 commit 27211c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provides(Sources, URI("https://archive.org/download/zeromq_3.2.4/zeromq-3.2.4.ta
provides(BuildProcess, Autotools(libtarget = "src/.libs/libzmq." * BinDeps.shlib_ext), zmq)

provides(AptGet, "libzmq3", zmq, os = :Linux)
provides(Yum, "czmq-devel", zmq, os = :Linux)
provides(Yum, "czmq", zmq, os = :Linux)

if is_windows()
using WinRPM
Expand Down

0 comments on commit 27211c9

Please sign in to comment.