summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-17 22:45:07 +0800
committerruki <[email protected]>2022-12-17 22:53:02 +0800
commit751c4a434fcc8786c2a120bf86ecb6a0cd40e568 (patch)
tree04fc0671a49592e49fc95c1903dbbcd769515e68 /core/src
parentf480f5af5f83784b19a11289f7c57c6e4da7b67c (diff)
find lz4
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/xmake/xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh
index f3e1de128..1dc399c73 100755
--- a/core/src/xmake/xmake.sh
+++ b/core/src/xmake/xmake.sh
@@ -5,8 +5,8 @@ target "xmake"
set_default false
# add deps
- add_deps "sv" "lz4" "tbox"
- local libs="lua_cjson"
+ add_deps "sv" "tbox"
+ local libs="lua_cjson lz4"
for lib in $libs; do
if has_config "$lib"; then
add_options "$lib" "{public}"