Skip to content

Commit

Permalink
Merge pull request #145 from musm/patch-1
Browse files Browse the repository at this point in the history
Use Libdl.dlext instead of old BinDeps.shlib_ext
  • Loading branch information
stevengj authored May 10, 2017
2 parents 95445e7 + 1300d19 commit ab7f866
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 @@ -19,7 +19,7 @@ end
zmq = library_dependency("zmq", aliases = ["libzmq", "libzmq.so.3", "libzmq.so.4", "libzmq.so.5"], validate = validate)

provides(Sources, URI("https://github.com/zeromq/zeromq3-x/releases/download/v3.2.5/zeromq-3.2.5.tar.gz"), zmq)
provides(BuildProcess, Autotools(libtarget = "src/.libs/libzmq." * BinDeps.shlib_ext), zmq)
provides(BuildProcess, Autotools(libtarget = "src/.libs/libzmq." * Libdl.dlext), zmq)

provides(AptGet, "libzmq3", zmq, os = :Linux)
provides(Yum, "czmq", zmq, os = :Linux)
Expand Down

0 comments on commit ab7f866

Please sign in to comment.