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 of Epoxy on macOS #178

Merged
merged 3 commits into from May 30, 2018
Merged

Fix build of Epoxy on macOS #178

merged 3 commits into from May 30, 2018

Conversation

ebassi
Copy link
Collaborator

@ebassi ebassi commented May 29, 2018

Ensure that we're building correctly on macOS and we don't regress, by using Travis CI's macOS runner.

EGL is not available on macOS, except through Objective C.
When building on macOS we don't have access to EGL, and GLX support is
conditional.

We should ensure we're using the appropriate paths depending on the
platform, and protect our use of macros to avoid undefined symbols.

Closes: anholt#176
Use Travis's macOS builder to check if Epoxy is building on that
platform.
Copy link
Collaborator

@nwnk nwnk left a comment

Choose a reason for hiding this comment

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

@ebassi ebassi merged commit 3824efc into anholt:master May 30, 2018
@ebassi ebassi deleted the osx-ci branch May 30, 2018 15:16
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