From a473e5c64b8a94b531575e16ef9ea9cebd39ef65 Mon Sep 17 00:00:00 2001 From: CherretGit Date: Tue, 20 Jan 2026 21:21:10 +0700 Subject: [PATCH] =?UTF-8?q?try=20to=20fix=20justfile=20=E2=84=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust/justfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rust/justfile b/rust/justfile index 28ebc6c..8bd3d7f 100644 --- a/rust/justfile +++ b/rust/justfile @@ -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-*