diff options
| author | ruki <[email protected]> | 2017-01-05 12:15:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-01-06 17:20:08 +0800 |
| commit | 2e58f26793dc910c024eeba4adb6d52df26e0e22 (patch) | |
| tree | 61703e4e89fc3609a1774871645d5032a74eae6f /xmake/platforms/mingw/xmake.lua | |
| parent | 7d17523c795681265900d109c0ee26d2349eaf73 (diff) | |
move checker to on_check
Diffstat (limited to 'xmake/platforms/mingw/xmake.lua')
| -rwxr-xr-x | xmake/platforms/mingw/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/mingw/xmake.lua b/xmake/platforms/mingw/xmake.lua index 66f15d7ba..03e259186 100755 --- a/xmake/platforms/mingw/xmake.lua +++ b/xmake/platforms/mingw/xmake.lua @@ -32,8 +32,8 @@ platform("mingw") -- set archs set_archs("i386", "x86_64") - -- set checker - set_checker("checker") + -- on check + on_check("check") -- on load on_load(function () |
