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

adds support for click extensions on osx arm #58

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

Conversation

cdhanna
Copy link

@cdhanna cdhanna commented Jun 24, 2024

Hey, I noticed that the lovely click extension methods weren't working on my ARM based mac laptop. It was throwing an error about trying to load the wrong architecture file, and I noticed that there was no branching logic for the ARM vs not-ARM in the click extensions.

I tried to follow some convention, and I did a little ternary switch in the extension method to send ARM based OSX stuff to a new namespace, that is an exact copy of the old OSX click stuff; except it uses the already existing osx_arm.so file.

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