summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 31f6669..1e94569 100644
--- a/meta.lua
+++ b/meta.lua
@@ -32,6 +32,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers
32 produces = { 32 produces = {
33 "lua.exe", 33 "lua.exe",
34 "lua" .. version .. ".dll", 34 "lua" .. version .. ".dll",
35 "liblua.a",
35 "luac.exe", 36 "luac.exe",
36 }, 37 },
37 env = { 38 env = {