diff options
| author | ruki <[email protected]> | 2022-01-12 00:31:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-12 00:31:22 +0800 |
| commit | bfe709359acac06a8d33cd2ef2c3be34541d388f (patch) | |
| tree | e996fbab0a18974955d69537da93d7daa84ddbcc | |
| parent | 5cf6e9dc9132d6eda0b6018e3fa42bc9e1c39abf (diff) | |
add default option description to menuconf
| -rw-r--r-- | xmake/actions/config/menuconf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/menuconf.lua b/xmake/actions/config/menuconf.lua index 8ca87d918..94ec2782e 100644 --- a/xmake/actions/config/menuconf.lua +++ b/xmake/actions/config/menuconf.lua @@ -323,7 +323,7 @@ function app:_project_configs(cache) local kind = (type(default) == "string") and "string" or "boolean" -- get description - local description = opt:get("description") + local description = opt:description() -- get source info local sourceinfo = (opt:get("__sourceinfo_description") or {})[type(description) == "table" and description[1] or description] |
