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 = { Sources = {
FGlob { FGlob {
Dir = "ogl_editor/src", Dir = "ogl_editor/src",
Extensions = { ".c" }, Extensions = { ".c", ".m" },
Filters = { Filters = {
{ Pattern = "macosx"; Config = "macosx-*-*" }, { Pattern = "macosx"; Config = "macosx-*-*" },
{ Pattern = "windows"; Config = { "win32-*-*", "win64-*-*" } }, { 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) Default(rocketBundle)
else --#else
Default "editor" -- Default "editor"
end --end