summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
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}"