Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for aarch64 Rust missing symbols (#1191)
When building for aarch64, cross or native, linking with musl will fail due to missing symbols. This change only affects Rust code targetting: - aarch64-unknown-linux-musl Workaround for: rust-lang/compiler-builtins#201
- Loading branch information