fix Linux build

This commit is contained in:
Erwin Coumans (Google) 2014-07-03 22:41:07 -07:00
parent b438b91009
commit f89d70b895

View File

@ -16,7 +16,7 @@
configuration {"MacOSX"}
links { "OpenGL.framework"}
configuration {"not Windows", "not MacOSX"}
links {"GL"}
links {"GL","GLU"}
configuration{}
end
@ -37,7 +37,7 @@
configuration {"MacOSX"}
links { "Glut.framework" }
configuration {"Linux"}
links {"glut","GLU"}
links {"glut"}
configuration{}
end