summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-07 00:50:41 +0800
committerruki <[email protected]>2025-01-07 00:50:41 +0800
commit61812aa80ba743e735368a52aec1c4c5bc4a7f5e (patch)
treeb4382b28aad29267fdad55924e1e567076325d24 /xmake/core/project/project.lua
parentae8a596c609e01b21caa5825f3fd2eec0bdb7507 (diff)
support for namespace options
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 f395f5f6b..a266bf1db 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -1191,7 +1191,7 @@ function project.menu()
options_by_category[category] = options_by_category[category] or {}
-- append option to the current category
- options_by_category[category][opt:name()] = opt
+ options_by_category[category][opt:fullname()] = opt
end
-- make menu by category