fix Mac OSX build
This commit is contained in:
@@ -27,3 +27,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if os.is("MacOSX") then
|
||||||
|
links{"Cocoa.framework"}
|
||||||
|
end
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user