summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/action.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-15 08:39:20 +0800
committerruki <[email protected]>2015-05-15 08:39:20 +0800
commitab36dca23f1cd80720e9d0eb2c3ce72d5895ba3e (patch)
tree719784494abe3ae5a3c96f779658893fe09061c0 /xmake/scripts/action/action.lua
parenta2c560f7c2f1f4501516d39225d5afdd06dc9c55 (diff)
load xmake.xconf before loading project
Diffstat (limited to 'xmake/scripts/action/action.lua')
-rw-r--r--xmake/scripts/action/action.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/action.lua b/xmake/scripts/action/action.lua
index dbb00a5b2..eab768364 100644
--- a/xmake/scripts/action/action.lua
+++ b/xmake/scripts/action/action.lua
@@ -27,7 +27,7 @@ local action = action or {}
function action.done(name)
-- load the given action
- local a = require("action/" .. name)
+ local a = require("action/_" .. name)
if not a then return false end
-- done the given action