You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
Feel free to make a PR for a change. In this case I'm not sure whether there are some differences between different versions of macOS as we already introduced exceptions for darwin and it worked back then for the people using it (I do have unfortunately just an older macOS notebook, but few hundreds kilometers away from me 😉).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In examples/Makefile, GLFW3 is linked through pkg-config
Unfortunately macOS does not have pkg-config by default, so GLFW3 is not linked, causing a compilation error.
This can be fixed by changing:
to:
This happened on my macOS High Sierra (10.13.6)
The text was updated successfully, but these errors were encountered: