Open ordnl opened 5 years ago
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 :wink:).
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)