Needs proper fixing later on

This commit is contained in:
Daniel Collin 2012-11-11 16:03:15 +01:00
parent 8a8594a21f
commit 7245a2cd40

View File

@ -97,7 +97,7 @@ Program {
Sources = {
FGlob {
Dir = "ogl_editor/src",
Extensions = { ".c" },
Extensions = { ".c", ".m" },
Filters = {
{ Pattern = "macosx"; Config = "macosx-*-*" },
{ Pattern = "windows"; Config = { "win32-*-*", "win64-*-*" } },
@ -118,13 +118,13 @@ local rocketBundle = OsxBundle
},
}
local native = require('tundra.native')
--local native = require('tundra.native')
if native.platform == "macosx" then
--if native.host_platform == "macosx" then
Default(rocketBundle)
else
Default "editor"
end
--#else
-- Default "editor"
--end