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

Support universal build on MacOS #205

Open
ColinPitrat opened this issue Apr 10, 2021 · 0 comments
Open

Support universal build on MacOS #205

ColinPitrat opened this issue Apr 10, 2021 · 0 comments
Labels

Comments

@ColinPitrat
Copy link
Owner

As discussed in #201

https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

This would require changes in the makefile to have objects in different directories depending on the architecture so that we can build one binary for arm64 and one for x86_64 and call lipo on them.

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

No branches or pull requests

1 participant