diff options
| author | ruki <[email protected]> | 2016-05-29 21:19:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-29 21:19:59 +0800 |
| commit | 42bd7e6e3fea157cb946387a01cbb4b39ecbe559 (patch) | |
| tree | 77d4c827c05d49bc4129e08f7e1caaadde428ab7 /xmake/actions/build/main.lua | |
| parent | a686ee37d66f509ba01dbe10c2999c32e96c59db (diff) | |
impl package
Diffstat (limited to 'xmake/actions/build/main.lua')
| -rwxr-xr-x | xmake/actions/build/main.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/actions/build/main.lua b/xmake/actions/build/main.lua index 3053d2b77..b44a53a42 100755 --- a/xmake/actions/build/main.lua +++ b/xmake/actions/build/main.lua @@ -33,11 +33,6 @@ import("builder") -- main function main() - -- check xmake.lua - if not os.isfile(project.file()) then - raise("xmake.lua not found!") - end - -- get the target name local targetname = option.get("target") |
