From 5bb9c509ed7d76918eb54d8500d6f981747d7e0e Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Jun 2015 11:20:02 +0800 Subject: rename tool directory --- xmake/scripts/action/_lua.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/action/_lua.lua') diff --git a/xmake/scripts/action/_lua.lua b/xmake/scripts/action/_lua.lua index 34f45e84f..1018b1722 100644 --- a/xmake/scripts/action/_lua.lua +++ b/xmake/scripts/action/_lua.lua @@ -77,7 +77,7 @@ function _lua.done() -- attempt to load script from the xmake tool directory if not os.isfile(file) then - file = xmake._SCRIPTS_DIR .. "/tool/" .. options.script .. ".lua" + file = xmake._SCRIPTS_DIR .. "/tools/" .. options.script .. ".lua" end -- load and run the script file -- cgit v1.3.1