smarkets / erlang-bcrypt

Erlang wrapper for OpenBSD's Blowfish password hashing code
Other
86 stars 47 forks source link

`priv/bcrypt` not built with rebar3 #17

Open mworrell opened 7 years ago

mworrell commented 7 years ago

If bcrypt is added as a dependency in a "rebar3 project" then the port executable priv/bcrypt is not built. The .so file is built.

Am wondering what needs to be changed to the rebar.config file to enable building the executable (which is needed for the port mechanism).