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 macOS build support #3

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

zadockmaloba
Copy link
Contributor

  • Seperate autoconf types for Linux and macOS
  • Automatically select platform port header based on the target type

@agagniere
Copy link
Member

I'm guessing you are on an intel mac ? I'll try to make it work on apple silicon

.HAVE__BUILTIN_POPCOUNT = 1,
.HAVE__BUILTIN_TYPES_COMPATIBLE_P = 1,
.HAVE__BUILTIN_UNREACHABLE = 1,
.HAVE__GET_CPUID = 1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok this is the only one preventing me to build on apple silicon, I guess we should set this conditionally.

We can merge and I'll open another PR

@agagniere agagniere merged commit a7f29a2 into allyourcodebase:master Sep 26, 2024
3 checks passed
@zadockmaloba
Copy link
Contributor Author

I'm guessing you are on an intel mac ? I'll try to make it work on apple silicon

Yes, only tested on an Intel Mac

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.

2 participants