From 6cebe3979a67dbbc778692571f8dbdeb33a8fecb Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 18 Dec 2022 17:04:12 +0800 Subject: find tbox --- core/src/xmake/xmake.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/src') 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}" -- cgit v1.3.1