summaryrefslogtreecommitdiff
path: root/xmake/actions/build/builder.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-28 20:53:15 +0800
committerruki <[email protected]>2016-05-28 20:53:15 +0800
commita686ee37d66f509ba01dbe10c2999c32e96c59db (patch)
tree923949cbbd12ed5c99d54e83526fa9174b5da9ce /xmake/actions/build/builder.lua
parent7a0445c0612e9065461c1dff3eab6e992d742e4d (diff)
load tasks from project
Diffstat (limited to 'xmake/actions/build/builder.lua')
-rwxr-xr-xxmake/actions/build/builder.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/build/builder.lua b/xmake/actions/build/builder.lua
index 33a1e47d2..bec34df86 100755
--- a/xmake/actions/build/builder.lua
+++ b/xmake/actions/build/builder.lua
@@ -223,7 +223,7 @@ function _make_target(target)
for i = 1, 3 do
local script = scripts[i]
if script ~= nil then
- return script(target)
+ script(target)
end
end
end