diff options
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}" |
