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 Support for Haiku OS: Conditional Compilation for socklen_t #18

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

robante15
Copy link

This change allows the project to compile successfully on Haiku OS without encountering issues related to the definition of socklen_t.

Added check to compile in Haiku
@cgutman cgutman merged commit 76125b5 into cgutman:moonlight Jun 11, 2024
6 checks passed
@cgutman
Copy link
Owner

cgutman commented Jun 11, 2024

Nice, I think there is one other place I see so far where we might need to do something special for Haiku. It looks like SO_NONBLOCK should also be used there. I will push that change also.

@robante15
Copy link
Author

I honestly don't know how necessary or in what cases it could be necessary, since I managed to compile and get moonlight working in Haiku only with this modification in enet.

Thank you for accepting the merge, I will now proceed with requesting a merge for moonlight-common-c

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