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

Host Build on MacOS #87

Merged
merged 5 commits into from
Sep 13, 2019
Merged

Host Build on MacOS #87

merged 5 commits into from
Sep 13, 2019

Conversation

jeremyjh
Copy link
Contributor

These were the changes I needed to build on MacOS with GCC.

Posix defines FD_SET fd argument as int. size_t seems to be an ESP thing. Linux compiles either way without warnings, but there is a conversion error (due to -Wconversion) on MacOS.

Copy link
Owner

@PerMalmberg PerMalmberg left a comment

Choose a reason for hiding this comment

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

Thanks for this PR. just a minor change and it'll be good to go.

@PerMalmberg PerMalmberg merged commit dc5e636 into PerMalmberg:master Sep 13, 2019
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