Skip to content

Commit

Permalink
Provide Yum for non-debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorley authored Dec 1, 2016
1 parent ad90aa1 commit 66b4e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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)

if is_windows()
using WinRPM
Expand Down

0 comments on commit 66b4e95

Please sign in to comment.