summaryrefslogtreecommitdiff
path: root/core/src/xmake
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake')
-rwxr-xr-xcore/src/xmake/xmake.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh
index 0a4bcb009..f3fe92aa1 100755
--- a/core/src/xmake/xmake.sh
+++ b/core/src/xmake/xmake.sh
@@ -5,8 +5,7 @@ target "xmake"
set_default false
# add deps
- add_deps "tbox"
- local libs="lua_cjson lz4 sv"
+ local libs="lua_cjson lz4 sv tbox"
for lib in $libs; do
if has_config "$lib"; then
add_options "$lib" "{public}"