diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-13 13:00:40 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-13 13:00:40 -0500 |
commit | e924d41f7b76514ef20d3959a48a1624df774404 (patch) | |
tree | f708e2dd075bed492f0ef6fd761f470ba2b103a1 /meta.lua | |
parent | ea7cce8855817854ed67678fa31d499d9bb02b64 (diff) | |
download | luajit-packaging-e924d41f7b76514ef20d3959a48a1624df774404.tar.gz luajit-packaging-e924d41f7b76514ef20d3959a48a1624df774404.tar.bz2 luajit-packaging-e924d41f7b76514ef20d3959a48a1624df774404.zip |
Build both executables
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c | |||
45 | env = { | 45 | env = { |
46 | CFLAGS = optimization .. " " .. flag, | 46 | CFLAGS = optimization .. " " .. flag, |
47 | }, | 47 | }, |
48 | timeout=180, | ||
48 | } | 49 | } |
49 | end | 50 | end |
50 | return builds | 51 | return builds |