Skip to content

Building with the --universal2 flag #1069

Answered by messense
jblindsay asked this question in Q&A
Discussion options

You must be logged in to vote

You need to install both aarch64 and x86_64 Rust std via rustup

rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jblindsay
Comment options

Answer selected by jblindsay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants