summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-14 08:16:35 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-14 08:16:35 +0100
commit2db49088141b6238e92aecc4c073076a02c73065 (patch)
treedba4ea354a0dec2d986fd49de943e5f30b81f8a1 /scripts/genie.lua
parent80e8fe80e6354acc7157bd82066e719365642a1b (diff)
Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 34705beefa5..a51c3cbaa5d 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -671,9 +671,10 @@ end
--DEFS += -DUSE_SYSTEM_JPEGLIB
--endif
- --To support casting in Lua 5.3
defines {
- "LUA_COMPAT_APIINTCASTS",
+ "LUA_COMPAT_ALL",
+ "LUA_COMPAT_5_1",
+ "LUA_COMPAT_5_2",
}
if _ACTION == "gmake" then