diff options
Diffstat (limited to 'lanes-4.0.0-0.rockspec')
-rw-r--r-- | lanes-4.0.0-0.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lanes-4.0.0-0.rockspec b/lanes-4.0.0-0.rockspec index 77e0f6a..f4de050 100644 --- a/lanes-4.0.0-0.rockspec +++ b/lanes-4.0.0-0.rockspec | |||
@@ -36,7 +36,7 @@ supported_platforms= { "win32", | |||
36 | } | 36 | } |
37 | 37 | ||
38 | dependencies= { | 38 | dependencies= { |
39 | "lua >= 5.1", -- builds with either 5.1/LuaJIT, 5.2, 5.3 and 5.4 | 39 | "lua >= 5.1", -- builds with either 5.1/LuaJIT, 5.2, 5.3, 5.4 and 5.5 |
40 | } | 40 | } |
41 | 41 | ||
42 | build = { | 42 | build = { |
@@ -56,7 +56,7 @@ build = { | |||
56 | }, | 56 | }, |
57 | modules = | 57 | modules = |
58 | { | 58 | { |
59 | ["lanes.core"] = | 59 | ["lanes_core"] = |
60 | { | 60 | { |
61 | sources = | 61 | sources = |
62 | { | 62 | { |