diff options
| author | ruki <[email protected]> | 2022-12-20 00:25:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-20 00:25:53 +0800 |
| commit | dbccd05c4b686841f24e54d758bb730c4ebd2093 (patch) | |
| tree | 9ffcb625fec5369d1ebaa2ad0e29dfb4a517db64 /core/src | |
| parent | 0c61da1f845dbaefb8f3b034a51198190ab69470 (diff) | |
optimize xmake.sh
Diffstat (limited to 'core/src')
| m--------- | core/src/tbox/tbox | 0 | ||||
| -rwxr-xr-x | core/src/tbox/xmake.sh | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject 2549bde89134506da57f37e7d9e4f1818082d4c +Subproject a2d005d1664b03792337a758c8f993298117bb0 diff --git a/core/src/tbox/xmake.sh b/core/src/tbox/xmake.sh index 9bd760793..ee9a162bb 100755 --- a/core/src/tbox/xmake.sh +++ b/core/src/tbox/xmake.sh @@ -6,6 +6,7 @@ set_config "force_utf8" true set_config "float" true set_config "demo" false +check_interfaces_enabled=false includes "tbox/src" hide_options() { @@ -25,3 +26,4 @@ target "tbox" set_configvar "TB_CONFIG_MODULE_HAVE_CHARSET" 1 set_configvar "TB_CONFIG_FORCE_UTF8" 1 set_configvar "TB_CONFIG_TYPE_HAVE_FLOAT" 1 + add_includedirs "inc/${plat}" "{public}" |
