]> git.lizzy.rs Git - rust.git/commit
Auto merge of #95375 - MarcusCalhoun-Lopez:i686_apple_darwin, r=m-ou-se
authorbors <bors@rust-lang.org>
Tue, 29 Mar 2022 10:08:03 +0000 (10:08 +0000)
committerbors <bors@rust-lang.org>
Tue, 29 Mar 2022 10:08:03 +0000 (10:08 +0000)
commite2301ca54320659835467072f37201591db959b5
treef6586e46d67725f3a9b2b81239a2a3003744d303
parentabf0ec83833095196627f2f292f44976594304ce
parent8c188443249ed3b6b0a034800af367b9b43cc190
Auto merge of #95375 - MarcusCalhoun-Lopez:i686_apple_darwin, r=m-ou-se

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.