You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll need to add support for the new Mac on Apple Silicon target aarch64-apple-darwin.
The target just became Tier 2 in Rust and is part of the nightly builds as of a few days ago (rust-lang/rust#73908 (comment)) so one can test building both on the real DTK preview hardware as well as cross-compile from Mac.
Currently when building one gets this: thread 'main' panicked at 'unknown TARGET triple 'aarch64-apple-darwin''
The text was updated successfully, but these errors were encountered:
We'll need to add support for the new Mac on Apple Silicon target
aarch64-apple-darwin
.The target just became Tier 2 in Rust and is part of the nightly builds as of a few days ago (rust-lang/rust#73908 (comment)) so one can test building both on the real DTK preview hardware as well as cross-compile from Mac.
Currently when building one gets this:
thread 'main' panicked at 'unknown TARGET triple 'aarch64-apple-darwin''
The text was updated successfully, but these errors were encountered: