summaryrefslogtreecommitdiff
path: root/xmake/actions/package/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-06-16 21:16:41 +0800
committerruki <[email protected]>2016-06-16 21:16:41 +0800
commit7981a59dbd3263bb1bffee42fc680118a465b869 (patch)
treee23a83e9f01bf0138fa73c85a982b43faf5cce48 /xmake/actions/package/xmake.lua
parent83c4da5def52fcc0d825d20f16df77792378a3f7 (diff)
check archs arguments for package action
Diffstat (limited to 'xmake/actions/package/xmake.lua')
-rwxr-xr-xxmake/actions/package/xmake.lua2
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" }
}