macOS: fix #include to work on case-sensitive filesystem.
parent
9c99f69da5
commit
c8fc033047
|
@ -4,7 +4,7 @@
|
|||
// Copyright 2015-2016 whitequark
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/GL.h>
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include <GL/gl.h>
|
||||
|
|
Loading…
Reference in New Issue