summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/project/option.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua
index 531f295db..f5df5ce45 100644
--- a/xmake/core/project/option.lua
+++ b/xmake/core/project/option.lua
@@ -497,7 +497,8 @@ function _instance:showmenu()
self:get("cfuncs") or self:get("cxxfuncs") or
self:get("cincludes") or self:get("cxxincludes") or
self:get("links") or self:get("syslinks") or
- self:get("csnippets") or self:get("cxxsnippets") then
+ self:get("csnippets") or self:get("cxxsnippets") or
+ self:get("features") then
showmenu = false
end
end