mirror of
https://github.com/egor-white/zaprett.git
synced 2026-01-27 04:59:45 +05:00
try to fix justfile №2
This commit is contained in:
@@ -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-*
|
||||
|
||||
Reference in New Issue
Block a user