Browse Source

build: fix compilation on MSYS2 when glew is not available. Fixes #8.

legacy
Sam Hocevar 7 years ago
parent
commit
2e696e7b32
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lolgl.h

+ 1
- 0
src/lolgl.h View File

@@ -46,6 +46,7 @@
# else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
# include <GL/glext.h>
# endif
#elif defined HAVE_GLES_2X
# if defined __APPLE__ && defined __MACH__


Loading…
Cancel
Save