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

Basic cmake support #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Dmitry-Nikishov
Copy link

When building for Apple silicon I found it really annoying to make autotool to create a universal binary. So I had to implement a basic cmake. Then I had to set CMAKE_OSX_ARCHITECTURES=arm64;x86_64 and that gives me what I want. If you need any help improving Cmake support, please let me know - I have enough XP here

@RytoEX RytoEX mentioned this pull request Mar 27, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants