Skip to content

Commit

Permalink
When loading rockspecs support build.type "module"
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jun 12, 2016
1 parent 08ed3bc commit 384b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depgraph/init.lua
Expand Up @@ -233,7 +233,7 @@ local function add_rockspec(graph, rockspec_name)

local ok = true

if rockspec.build.type == "builtin" then
if rockspec.build.type == "builtin" or rockspec.build.type == "module" then
ok, err = add_lua_files_from_table(graph, rockspec.build.modules)
end

Expand Down

0 comments on commit 384b86e

Please sign in to comment.