Skip to content

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Feb 02:24
· 15 commits to main since this release
fix: cross-compile NIF by placing .o in PRIV_DIR

Move the object file from c_src/ to PRIV_DIR so each cross-compile
target gets its own .o file. Without this, the x86_64 .o persists
and the aarch64 linker fails with "Relocations in generic ELF (EM: 62)".

Also add make_clean to mix.exs for belt-and-suspenders cleanup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>