diff options
| author | ruki <[email protected]> | 2015-06-04 11:20:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-04 11:20:12 +0800 |
| commit | 5bb9c509ed7d76918eb54d8500d6f981747d7e0e (patch) | |
| tree | 4de657fe5b78511cf418175f4fa2a4e61c637127 /xmake/scripts/action/_lua.lua | |
| parent | 35b7e28b8274af9054c89bd0aeed05a1c5956c55 (diff) | |
rename tool directory
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 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 |
