diff options
| author | ruki <[email protected]> | 2015-06-04 14:11:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-04 14:18:31 +0800 |
| commit | 740fa0e8d4948a7261bcbb19fe7c3ac16f1df041 (patch) | |
| tree | d998686f595a13bb012e17d84b4fabe93d76f8f4 /xmake/scripts/action/_lua.lua | |
| parent | 1481ec887abef9ce33f4cff93f7a0e6ab04b5741 (diff) | |
add name argument for tools
Diffstat (limited to 'xmake/scripts/action/_lua.lua')
| -rw-r--r-- | xmake/scripts/action/_lua.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_lua.lua b/xmake/scripts/action/_lua.lua index f693a1514..380c3438b 100644 --- a/xmake/scripts/action/_lua.lua +++ b/xmake/scripts/action/_lua.lua @@ -85,7 +85,7 @@ function _lua.done() -- init module if module.init then - module.init() + module.init(options.script) end -- done module |
