Skip to content
Snippets Groups Projects
Commit 619a67e8 authored by pdollar's avatar pdollar
Browse files

LuaAPI/rocks/: fixed cases in rockspec

parent 4ef18ebd
Branches
No related tags found
No related merge requests found
......@@ -21,10 +21,10 @@ dependencies = {
build = {
type = "builtin",
modules = {
["coco.env"] = "LuaApi/env.lua",
["coco.init"] = "LuaApi/init.lua",
["coco.maskapi"] = "LuaApi/MaskApi.lua",
["coco.cocoapi"] = "LuaApi/CocoApi.lua",
["coco.env"] = "LuaAPI/env.lua",
["coco.init"] = "LuaAPI/init.lua",
["coco.MaskApi"] = "LuaAPI/MaskApi.lua",
["coco.CocoApi"] = "LuaAPI/CocoApi.lua",
libmaskapi = {
sources = { "common/maskApi.c" },
incdirs = { "common/" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment