This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: fix compilation on MSYS2 when glew is not available.
Fixes
#8
.
legacy
Sam Hocevar
7 years ago
parent
8f3f1736d8
commit
2e696e7b32
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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__
Write
Preview
Loading…
Cancel
Save