summaryrefslogtreecommitdiff
path: root/meta/3rd/Defold/config.lua
blob: 219936d65e948f457a13609d6e49888d9a41f106 (plain)
1
2
3
4
5
6
7
8
9
name    = 'Defold'
files   = {'game.project'}
configs = {
    {
        key    = 'Lua.runtime.version',
        action = 'set',
        value  = 'Lua 5.1',
    },
}