frameworks: GL is undefined

The GLUT frameworks is currently a Nix evaluation error.
This commit is contained in:
Anthony Cowley 2016-04-14 17:31:04 -04:00
parent 88c0ac1f02
commit 52fb00535e

View File

@ -48,7 +48,7 @@ with frameworks; with libs; {
ForceFeedback = [ CF IOKit ];
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
GLKit = [ CF ];
GLUT = [ GL OpenGL ];
GLUT = [ OpenGL ];
GSS = [];
GameController = [];
GameKit = [ Foundation ];