diff options
| author | ruki <[email protected]> | 2022-12-17 00:17:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-17 00:17:09 +0800 |
| commit | cdd00fc9212627ff21ddd531145cc02092e1b84b (patch) | |
| tree | 7131b54f7893e2935912ef9614481db63bf85f7d /core/src | |
| parent | 101230c6f06cc46f9d40f1ef4dd35b492e17f73c (diff) | |
hide options
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/tbox/xmake.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/tbox/xmake.sh b/core/src/tbox/xmake.sh index ae0b61016..ed5d59d2a 100755 --- a/core/src/tbox/xmake.sh +++ b/core/src/tbox/xmake.sh @@ -8,6 +8,16 @@ set_config "demo" false includes "tbox/src" +hide_options() { + local name="" + local options="demo small micro float info exception deprecated force_utf8 xml zip hash regex object charset database coroutine" + for name in $options; do + option "${name}" + set_showmenu false + done +} +hide_options + target "tbox" set_default false set_configvar "TB_CONFIG_MODULE_HAVE_HASH" 1 |
