workaround of premake for link error on Ubuntu/Linux, see

https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1248642
This commit is contained in:
Erwin Coumans
2014-05-05 13:47:00 -07:00
parent a1febdcf3d
commit c1940169bc
8 changed files with 18 additions and 5 deletions

View File

@@ -30,7 +30,9 @@
"Win32Window.h",
}
end
if not os.is("Linux") then
if os.is("Linux") then
links {"pthread"}
else
excludes {
"X11OpenGLWindow.cpp",
"X11OpenGLWindows.h"