diff options
| author | ruki <[email protected]> | 2022-12-17 22:45:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-17 22:53:02 +0800 |
| commit | 751c4a434fcc8786c2a120bf86ecb6a0cd40e568 (patch) | |
| tree | 04fc0671a49592e49fc95c1903dbbcd769515e68 /core/src | |
| parent | f480f5af5f83784b19a11289f7c57c6e4da7b67c (diff) | |
find lz4
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.sh | 4 |
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}" |
