mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
__FILE_NAME__ and GLFW_CONTEXT_DEBUG were causing problems in the CI pipeline, thus I deemed them unreliable. __FILE_NAME__ is not __FILE__ which is more universally used across compilers. and GLFW_CONTEXT_DEBUG has been replaced with GLFW_OPENGL_DEBUG_CONTEXT, which is a legacy definition, which plays nicer on older platforms. (like ubuntu)