Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building universal binaries on macOS #4

Open
SGauvin opened this issue Nov 16, 2023 · 0 comments
Open

Add support for building universal binaries on macOS #4

SGauvin opened this issue Nov 16, 2023 · 0 comments

Comments

@SGauvin
Copy link
Contributor

SGauvin commented Nov 16, 2023

Since the introduction of apple silicon, universal binaries are used to package two binaries (intel binary and apple silicon binary) into one.
This way developers can distribute a single app that will run both on Intel Macs and the new M series Macs.

CMake seems to support this. There is also a tool on mac called lipo that can be used to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant