mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 01:56:39 +02:00
compiling the gpu library on mac
This commit is contained in:
parent
da1bb83eb0
commit
16da10bf19
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
#define GL_GLEXT_PROTOTYPES 1
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__)
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glext.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue