diff options
| author | ruki <[email protected]> | 2016-05-28 20:53:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-28 20:53:15 +0800 |
| commit | a686ee37d66f509ba01dbe10c2999c32e96c59db (patch) | |
| tree | 923949cbbd12ed5c99d54e83526fa9174b5da9ce /xmake/actions/build/builder.lua | |
| parent | 7a0445c0612e9065461c1dff3eab6e992d742e4d (diff) | |
load tasks from project
Diffstat (limited to 'xmake/actions/build/builder.lua')
| -rwxr-xr-x | xmake/actions/build/builder.lua | 2 |
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 |
