summaryrefslogtreecommitdiff
path: root/xmake/core/base/option.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-10 22:37:08 +0800
committerruki <[email protected]>2025-04-10 22:37:08 +0800
commit803bf74e1eb6d589fc2d5709a2c4861a14241c2f (patch)
tree492a7dec9297c8cd9e506c23232fcc933be7fcb2 /xmake/core/base/option.lua
parent55dc13e2761a4b832bb8c7953043c494f50d90b7 (diff)
improve run.autobuild
Diffstat (limited to 'xmake/core/base/option.lua')
-rw-r--r--xmake/core/base/option.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index 8448788c5..62551dda3 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -51,8 +51,6 @@ function option._translate(menu)
-- save menu
option._MENU = menu
-
- -- ok
return true
end