Open springmeyer opened 5 years ago
OSX is dropping support for OpenGL. Nothing we can really do about it, except for adding Metal support (doubt anybody feels inclined to do so).
For now I suggest we define GL_SILENCE_DEPRECATION
for OSX and leave it at that.
The build currently fails with >= 10.14 due to the combo of deprecation warnings +
-Werror
:https://travis-ci.org/mapbox/earcut.hpp/jobs/586690931#L629
This can be trigged by changing travis to test with
xcode_image: 11
instead ofosx_image: xcode8