79767704

Date: 2025-09-17 18:50:55
Score: 1.5
Natty:
Report link

macOS requires you to use the BEAM bundle when compiling your code. You can do it by adding -bundle -bundle_loader /opt/local/lib/erlang/erts-16.0/bin/beam.smp to your Makefile replacing the BEAM location with yours. Also, Erlang looks for .so files and not .dylib files when loading your NIF on macOS.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Big Harry