StrongDMM
StrongDMM copied to clipboard
Build Universal macOS binaries
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.
Highly likely I won't spend time on this. But if someone will do this, I'll be happy to review.