From 740fa0e8d4948a7261bcbb19fe7c3ac16f1df041 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Jun 2015 14:11:07 +0800 Subject: add name argument for tools --- xmake/scripts/tools/tools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/tools/tools.lua') diff --git a/xmake/scripts/tools/tools.lua b/xmake/scripts/tools/tools.lua index 4c0d0da14..e29a2718b 100644 --- a/xmake/scripts/tools/tools.lua +++ b/xmake/scripts/tools/tools.lua @@ -124,7 +124,7 @@ function tools.load(name, root) -- init tool if tool and tool.init then - tool.init() + tool.init(name) end -- save tool to the cache -- cgit v1.3.1