diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, } |