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

macOS Universal Build #182

Open
gfiumara opened this issue Mar 5, 2021 · 1 comment
Open

macOS Universal Build #182

gfiumara opened this issue Mar 5, 2021 · 1 comment
Labels
build CMake build system enhancement

Comments

@gfiumara
Copy link
Member

gfiumara commented Mar 5, 2021

Build and post a universal macOS build (arm64 and x86_64 in one binary). Today, this might involve manually using lipo to merge each library and binary built on separate hardware, but is likely possible with CMake (OSX_ARCHITECTURES property). This might need to be specified only when building on macOS arm64, which can generate both architectures. Having a single file posted will reduce confusion for macOS users while providing the most optimal code.

@gfiumara gfiumara added enhancement build CMake build system labels Mar 5, 2021
@gfiumara
Copy link
Member Author

gfiumara commented Mar 5, 2021

Steps to complete this issue might help with #142.

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

No branches or pull requests

1 participant