summaryrefslogtreecommitdiff
path: root/core/src/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-18 17:04:12 +0800
committerruki <[email protected]>2022-12-18 17:04:12 +0800
commit6cebe3979a67dbbc778692571f8dbdeb33a8fecb (patch)
tree0b29b3a5c507383ddf7a6b258355775b6fca4843 /core/src/xmake
parenta10348c895d6591d52ac557ef4b57e3a11f8298b (diff)
find tbox
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}"