Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: configure
aarch64-unknown-linux-*
cross-compilation
Sadly, simply installing `gcc-aarch64-linux-gnu` isn't quite enough to cross-compile from `x86_64` linux to `aarch64`, we also need to: - Override `cc` for the `aarch-64-unknown-linux-musl` target (there's no `gcc-aarch64-linux-musl` package). - Override the linker for both targets (for some reason `cargo` doesn't apply the same default behaviour here as it does for `cc`).
- Loading branch information