Skip to content

Commit

Permalink
build: update correctly rockspec to include several modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMJ committed Sep 25, 2023
1 parent b27f7bb commit c509714
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions milua-0.2-1.rockspec → milua-0.2-2.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "milua"
version = "0.2-1"
version = "0.2-2"
source = {
url = "git+https://github.com/MiguelMJ/Milua",
tag = "v0.2"
Expand All @@ -16,11 +16,13 @@ dependencies = {
"luaposix ~> 35.1-1"
}
build = {
type = "builtin",
modules = {
milua = "src/milua.lua",
milua_log = "src/log.lua",
milua_utils = "src/utils.lua",
milua_config = "src/config.lua"
type = "none",
install = {
lua = {
"src/milua.lua",
"src/milua_log.lua",
"src/milua_utils.lua",
"src/milua_config.lua"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c509714

Please sign in to comment.