mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
fix Linux build
This commit is contained in:
parent
b438b91009
commit
f89d70b895
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user