diff options
| author | ruki <[email protected]> | 2016-06-03 09:44:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-03 09:44:28 +0800 |
| commit | e3e2def67c94826326a150859f45a6898fdfc405 (patch) | |
| tree | 28163fae4f8fe1da8ee665465d15c1c003a01362 /xmake/plugins/lua/xmake.lua | |
| parent | ac478a1b8661b5470830743f6b495235747eed61 (diff) | |
add lipo for package macro
Diffstat (limited to 'xmake/plugins/lua/xmake.lua')
| -rwxr-xr-x | xmake/plugins/lua/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index 519a06d1d..29eb91c0d 100755 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -33,8 +33,8 @@ task("lua") import("core.base.option") -- list all scripts? - print("scripts:") if option.get("list") then + print("scripts:") local files = os.match(path.join(os.scriptdir(), "scripts/*.lua")) for _, file in ipairs(files) do print(" " .. path.basename(file)) @@ -50,7 +50,6 @@ task("lua") -- import script import("scripts." .. name).main(option.get("arguments")) - end) -- set menu |
