This commit is contained in:
egor-white
2026-02-04 18:05:11 +03:00
parent 5e02fe4389
commit fb4f536446

View File

@@ -114,7 +114,7 @@ _build_luajit target_arch:
fi
_instal_rust_target target:
_install_rust_target target:
#!/usr/bin/env bash
if ! rustup target list --installed | grep -q "{{target}}"; then
echo "Installing missing target: {{target}}"
@@ -147,7 +147,7 @@ build-android *args: prepare-android
just _build_netfilter_libs $t
just _build_luajit $t
just _instal_rust_target $t
just _install_rust_target $t
NETFILTER_LIBS=$NETFILTER_LIBS-$t LUAJIT_LIBS=$LUAJIT_LIBS-$t cargo ndk -t $t --platform $ANDROID_API build {{args}}
)
done