frameworks: GL is undefined
The GLUT frameworks is currently a Nix evaluation error.
This commit is contained in:
parent
88c0ac1f02
commit
52fb00535e
@ -48,7 +48,7 @@ with frameworks; with libs; {
|
|||||||
ForceFeedback = [ CF IOKit ];
|
ForceFeedback = [ CF IOKit ];
|
||||||
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
|
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
|
||||||
GLKit = [ CF ];
|
GLKit = [ CF ];
|
||||||
GLUT = [ GL OpenGL ];
|
GLUT = [ OpenGL ];
|
||||||
GSS = [];
|
GSS = [];
|
||||||
GameController = [];
|
GameController = [];
|
||||||
GameKit = [ Foundation ];
|
GameKit = [ Foundation ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user