mirror of
https://github.com/egor-white/zaprett.git
synced 2026-03-22 00:18:13 +05:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user