Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Fix Rust publishing of x86_64 binaries
Rust names the x86-64 architecture as x86_64. Java names it as amd64. This mismatch causes errors during library load as they can't agree on the file path. The fix is to normalize the Rust name into the Java name, so it can locate the output binaries.
- Loading branch information