Skip to content

Commit 924cdb2

Browse files
committed
Update scm rockspec.
1 parent 26bd0e1 commit 924cdb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rockspecs/compat53-scm-0.rockspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ dependencies = {
2222
build = {
2323
type = "builtin",
2424
modules = {
25-
["compat53"] = "compat53.lua",
25+
["compat53.init"] = "compat53/init.lua",
26+
["compat53.module"] = "compat53/module.lua",
2627
["compat53.utf8"] = "lutf8lib.c",
2728
["compat53.table"] = "ltablib.c",
2829
["compat53.string"] = "lstrlib.c",

0 commit comments

Comments
 (0)