mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 09:17:18 +00:00
Fix build on i686-apple-darwin systems Replace `target_arch = "x86_64"` with `not(target_arch = "aarch64")` so that i686-apple-darwin systems dynamically choose implementation.