diff options
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
| -rw-r--r-- | xmake/plugins/pack/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua index 4bbd7f4bf..ce2a6e701 100644 --- a/xmake/plugins/pack/xmake.lua +++ b/xmake/plugins/pack/xmake.lua @@ -26,6 +26,7 @@ task("pack") description = "Pack binary installation packages.", options = { {'o', "outputdir", "kv", nil, "The output directory. (default: build/xpack)"}, + {nil, "autobuild", "kv", true, "Build targets automatically."}, {'f', "formats", "kv", "all", "Pack the given package formats.", "e.g.", " - xmake pack -f nsis,deb,rpm", |
