diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-23 00:25:52 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-23 00:25:52 -0600 |
commit | 02e5a7395b2791ba1d4c20243ac8fe7ceb692d55 (patch) | |
tree | 470208f484b8f1d07e594b119c8b754ec9f5335c | |
parent | 8337cff8dd9bea68a4e435b1674a3870e5e8be76 (diff) | |
download | lua-compat-53-packaging-02e5a7395b2791ba1d4c20243ac8fe7ceb692d55.tar.gz lua-compat-53-packaging-02e5a7395b2791ba1d4c20243ac8fe7ceb692d55.tar.bz2 lua-compat-53-packaging-02e5a7395b2791ba1d4c20243ac8fe7ceb692d55.zip |
Only generate 12.1 compat binaries
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | local compat_versions = { | 1 | local compat_versions = { |
2 | ["scm-1"] = true, | 2 | -- ["scm-1"] = true, |
3 | ["0.12-1"] = true | 3 | ["0.12-1"] = true |
4 | } | 4 | } |
5 | local lua_versions = { | 5 | local lua_versions = { |