summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta.lua b/meta.lua
index 9ffd359..6d862ee 100644
--- a/meta.lua
+++ b/meta.lua
@@ -37,10 +37,10 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c
37 {"cicd", "luajit-meta:buildvm"}, 37 {"cicd", "luajit-meta:buildvm"},
38 }, 38 },
39 produces = { 39 produces = {
40 ["lua.exe"] = true, 40 ["luajit.exe"] = true,
41 ["lua51.dll"] = true, 41 ["lua51.dll"] = true,
42 ["liblua.a"] = true, 42 ["libluajit-5.1.dll.a"] = true,
43 ["luac.exe"] = true, 43 ["libluajit.a"] = true,
44 }, 44 },
45 env = { 45 env = {
46 CFLAGS = optimization .. " " .. flag, 46 CFLAGS = optimization .. " " .. flag,