diff options
| author | ruki <[email protected]> | 2022-06-03 00:55:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-03 00:55:31 +0800 |
| commit | 8e5e0c6038239eae863341bcf060f6d0ae4e7348 (patch) | |
| tree | f98fdd93bd8d8d4338f38becaa55006e7b127ba5 /xmake/includes/check_macros.lua | |
| parent | 73eab3a212c5db9ca2f739ba4b4a3ab80e662072 (diff) | |
improve option/showmenu
Diffstat (limited to 'xmake/includes/check_macros.lua')
| -rw-r--r-- | xmake/includes/check_macros.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/includes/check_macros.lua b/xmake/includes/check_macros.lua index 352a2382f..1f5d441f7 100644 --- a/xmake/includes/check_macros.lua +++ b/xmake/includes/check_macros.lua @@ -32,6 +32,7 @@ function check_macros(definition, macros, opt) local snippets = {} save_scope() option(optname) + set_showmenu(false) for _, macro in ipairs(macros) do if macro:find(' ', 1, true) then table.insert(snippets, ([[ @@ -85,6 +86,7 @@ function configvar_check_macros(definition, macros, opt) local snippets = {} save_scope() option(optname) + set_showmenu(false) for _, macro in ipairs(macros) do if macro:find(' ', 1, true) then table.insert(snippets, ([[ |
