fix Mac build

This commit is contained in:
Erwin Coumans
2014-07-03 22:30:50 -07:00
parent bae303c5da
commit b438b91009
6 changed files with 40 additions and 30 deletions

View File

@@ -32,3 +32,8 @@ project "App_BasicDemoCustomOpenGL2"
"../../Demos/OpenGL/GLDebugFont.cpp",
"../../Demos/OpenGL/GLDebugFont.h"
}
if os.is("Linux") then links{"X11","pthread"} end
if os.is("MacOSX") then
links{"Cocoa.framework"}
end