zeromq / chumak

Pure Erlang implementation of ZeroMQ Message Transport Protocol.
Mozilla Public License 2.0
197 stars 47 forks source link

Can't use anything but Nacerl on non-Windows #39

Closed IslandUsurper closed 3 years ago

IslandUsurper commented 3 years ago

rebar.config.script only checks whether it can compile the curve libraries on Windows, which is reasonable. But if you aren't on Windows, you can't specify that you know what you're doing and have compiled and installed libsodium so that the other libraries work.

drozzy commented 3 years ago

Thanks