diff options
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 |
