OSX OpenGL Stuff
This commit is contained in:
parent
e4a267db75
commit
524d41e92e
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
// What additional flags should we pass to interrogate?
|
||||
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const
|
||||
|
||||
#define HAVE_GL 1
|
||||
#define IS_OSX 1
|
||||
|
||||
// Is the platform big-endian (like an SGI workstation) or
|
||||
|
|
|
|||
|
|
@ -482,7 +482,7 @@
|
|||
#define GL_LIBS opengl32.lib glu32.lib
|
||||
#elif $[OSX_PLATFORM]
|
||||
#defer GL_IPATH
|
||||
#defer GL_LPATH
|
||||
#defer GL_LPATH /System/Library/Frameworks/OpenGL.framework/Libraries/
|
||||
#defer GL_FRAMEWORK OpenGL
|
||||
#defer GL_LIBS GL GLU
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue