try to fix justfile №2

This commit is contained in:
CherretGit
2026-01-20 21:21:10 +07:00
parent d503b4229a
commit a473e5c64b

View File

@@ -64,14 +64,7 @@ _build_netfilter_libs target_arch:
if [ ! -d "luajit2-*" ]; then
wget -qO- https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20250826.tar.gz | tar -xz
fi
case "{{target_arch}}" in
*64*)
HOSTCC="cc"
;;
*)
HOSTCC="cc -m32"
esac
HOSTCC="cc"
(
cd luajit2-*