fix Mac OSX build

This commit is contained in:
Erwin Coumans
2013-12-13 08:40:05 -08:00
parent 30a6fe705f
commit f9c22b61af
2 changed files with 4 additions and 4 deletions

View File

@@ -27,3 +27,6 @@
}
if os.is("MacOSX") then
links{"Cocoa.framework"}
end

View File

@@ -20,7 +20,6 @@
files {
"**.cpp",
"**.h",
"**.c"
}
if not os.is("Windows") then
@@ -38,9 +37,7 @@
}
end
if os.is("MacOSX") then
links{"Cocoa.framework"}
else
excludes
files
{
"../OpenGLWindow/MacOpenGLWindow.h",
"../OpenGLWindow/MacOpenGLWindow.mm",