erlangpack / bcrypt

Erlang wrapper for OpenBSD's Blowfish password hashing code
https://hex.pm/packages/bcrypt
Other
16 stars 19 forks source link

Building on M1 powered Mac always builds a x86 nif. #20

Closed mmzeeman closed 3 years ago

mmzeeman commented 3 years ago

Due to the way bcrypt is compiled on a Mac, the result is always a x86_64 build, even though the underlying erlang system is build for arm_64.