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