fix padding issue under Linux (where b3Vector3 is not 16-byte aligned)
w
This commit is contained in:
@@ -42,13 +42,7 @@
|
||||
files { projectRootDir .. "btgui/OpenGLWindow/GlewWindows/glew.c"}
|
||||
end
|
||||
if os.is("Linux") then
|
||||
--links{"GLEW"}
|
||||
defines { "GLEW_STATIC"}
|
||||
includedirs {
|
||||
projectRootDir .. "btgui/OpenGLWindow/GlewWindows"
|
||||
}
|
||||
files { projectRootDir .. "btgui/OpenGLWindow/GlewWindows/glew.c"}
|
||||
|
||||
links{"GLEW"}
|
||||
end
|
||||
configuration{}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user