diff options
Diffstat (limited to 'meta.lua')
| -rw-r--r-- | meta.lua | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -20,8 +20,8 @@ builds["luajit-meta"] = { | |||
| 20 | {"git","luajit"} | 20 | {"git","luajit"} |
| 21 | }, | 21 | }, |
| 22 | produces = { | 22 | produces = { |
| 23 | ["luajit/src/host/minilua"] = true, | 23 | ["minilua"] = true, |
| 24 | ["luajit/src/host/buildvm"] = true | 24 | ["buildvm"] = true |
| 25 | }, | 25 | }, |
| 26 | entrypoint="init-nix" | 26 | entrypoint="init-nix" |
| 27 | } | 27 | } |
| @@ -33,8 +33,8 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c | |||
| 33 | requires = { | 33 | requires = { |
| 34 | {"git","luajit"}, | 34 | {"git","luajit"}, |
| 35 | {"cicd", "image-" .. image}, | 35 | {"cicd", "image-" .. image}, |
| 36 | {"cicd", "luajit-base:luajit/src/host/minilua"}, | 36 | {"cicd", "luajit-base:minilua"}, |
| 37 | {"cicd", "luajit-base:luajit/src/host/buildvm"}, | 37 | {"cicd", "luajit-base:buildvm"}, |
| 38 | }, | 38 | }, |
| 39 | produces = { | 39 | produces = { |
| 40 | ["lua.exe"] = true, | 40 | ["lua.exe"] = true, |
