You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
edwardcashmere
changed the title
The Compilation In Mac is Failing because some missing config after updating rustler to 0.24 0r 0.25
The Compilation In Mac M1 is Failing because some missing config after updating rustler to 0.24 0r 0.25
Apr 29, 2022
==> ex_secp256k1
Compiling 1 file (.ex)
Compiling crate exsecp256k1 in release mode (native/exsecp256k1)
== Compilation error in file lib/ex_secp256k1.ex ==
** (RuntimeError) Compiling on macOS requires special link args in order to compile
correctly.
To remove this error, please create .cargo/config
with the following content:
See https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/MachOTopics/1-Articles/executing_files.html
for more details.
The text was updated successfully, but these errors were encountered: