浏览代码

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

legacy
Sam Hocevar 7 年前
父节点
当前提交
2e696e7b32
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/lolgl.h

+ 1
- 0
src/lolgl.h 查看文件

@@ -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__


正在加载...
取消
保存