diff options
| author | ruki <[email protected]> | 2016-06-16 21:16:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-16 21:16:41 +0800 |
| commit | 7981a59dbd3263bb1bffee42fc680118a465b869 (patch) | |
| tree | e23a83e9f01bf0138fa73c85a982b43faf5cce48 /xmake/actions/package/xmake.lua | |
| parent | 83c4da5def52fcc0d825d20f16df77792378a3f7 (diff) | |
check archs arguments for package action
Diffstat (limited to 'xmake/actions/package/xmake.lua')
| -rwxr-xr-x | xmake/actions/package/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/package/xmake.lua b/xmake/actions/package/xmake.lua index 9ebf7f6c4..ce367ca88 100755 --- a/xmake/actions/package/xmake.lua +++ b/xmake/actions/package/xmake.lua @@ -44,7 +44,7 @@ task("package") , options = { {'o', "outputdir", "kv", nil, "Set the output directory." } - + , {'a', "archs", "kv", nil, "Compile for the given architecture. (deprecated)" } , {} , {nil, "target", "v", "all", "Package a given target" } } |
