aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 59c5e7e3f..d061d3d9e 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -152,7 +152,7 @@ includes("zen")
task("bundle")
set_menu {
usage = "xmake bundle",
- description = "Create Zip bundle from binaries (Windows Only)",
+ description = "Create Zip bundle from binaries",
options = {
{nil, "withtrace", "k", nil, "Compiles with trace support"},
}