diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-12 13:17:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-12 13:17:28 -0500 |
commit | 0b77bdc075d9faaffee6edf60bf51be26dfccc2d (patch) | |
tree | f96b7d1b210b2ace6f51cf2cfcabe8e475cdc4ff | |
parent | 115a749f0bd122cda5a85d5b8d054e4d0edcfb62 (diff) | |
download | luajit-packaging-0b77bdc075d9faaffee6edf60bf51be26dfccc2d.tar.gz luajit-packaging-0b77bdc075d9faaffee6edf60bf51be26dfccc2d.tar.bz2 luajit-packaging-0b77bdc075d9faaffee6edf60bf51be26dfccc2d.zip |
Get from luajit-meta not luajit-base
-rw-r--r-- | meta.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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:minilua"}, | 36 | {"cicd", "luajit-meta:minilua"}, |
37 | {"cicd", "luajit-base:buildvm"}, | 37 | {"cicd", "luajit-meta:buildvm"}, |
38 | }, | 38 | }, |
39 | produces = { | 39 | produces = { |
40 | ["lua.exe"] = true, | 40 | ["lua.exe"] = true, |