-
Greetings! I'm trying to build a universal2 package of my app on my M1 Mac but haven't had much luck so far. Building with
Do I need to install something perhaps in order to allow a universal2 build to occur? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Aug 30, 2022
Replies: 1 comment 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jblindsay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to install both aarch64 and x86_64 Rust std via rustup