mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
e2301ca543
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.