philogb / v8-gl

A Toolkit for creating Desktop Hardware Accelerated Graphics with JS.
343 stars 32 forks source link

Building on OSX Lion #12

Open ykifle opened 12 years ago

ykifle commented 12 years ago

Building v8-gl was failing on OSX Lion. The OpenGL library was not being included properly. To fix it change 'OpenGL/OpenGL.h' to 'OpenGL/gl.h' in the following files.

glubindings/glubind.h glutbindings/glutbind.h glesbindings/glesbind.cpp glbindings/glbind.cpp