StrongDMM icon indicating copy to clipboard operation
StrongDMM copied to clipboard

Build Universal macOS binaries

Open Absolucy opened this issue 3 years ago • 1 comments

Title. Universal macOS binaries should be distributed, instead of x86_64 macOS binaries. Rust has an aarch64-apple-darwin target, and you can build both and then use lipo -create to make a universal binary from an x86_64 and ARM64 binary.

Absolucy avatar Feb 21 '22 18:02 Absolucy

Highly likely I won't spend time on this. But if someone will do this, I'll be happy to review.

SpaiR avatar Feb 21 '22 19:02 SpaiR