summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 9a80da1aa..66f696bbb 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -1174,7 +1174,7 @@ function project.menu()
for name, opt in pairs(opts) do
-- show menu?
- if opt:get("showmenu") then
+ if opt:get("showmenu") ~= false then
-- the default value
local default = "auto"