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

Fix build failure on macOS with Apple's arm processor. #493

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

Don-Ward
Copy link
Collaborator

If _POSIX_C_SOURCE is defined, it suppresses the inclusion of machine/_types.h which causes wait.h to fail because
__DARWIN_BYTE_ORDER and __DARWIN_LITTLE_ENDIAN and __DARWIN_BIG_ENDIAN are all undefined.

If _POSIX_C_SOURCE is defined, it suppresses the inclusion of machine/_types.h
which causes wait.h to fail because
__DARWIN_BYTE_ORDER and __DARWIN_LITTLE_ENDIAN and __DARWIN_BIG_ENDIAN
are all undefined.
@Don-Ward Don-Ward requested a review from Jafaral December 12, 2024 16:39
@Jafaral Jafaral merged commit 8fee0b2 into uniconproject:master Dec 12, 2024
20 checks passed
@Don-Ward Don-Ward deleted the fix-apple-M4-build branch December 12, 2024 18:09
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