Update justfile

This commit is contained in:
CherretGit
2026-01-28 17:39:18 +07:00
committed by GitHub
parent 8a0a087183
commit 1ad03f7d4d

View File

@@ -114,7 +114,7 @@ _build_luajit target_arch:
fi
_instal_rust_target target:st
_instal_rust_target target:
#!/usr/bin/env bash
if ! rustup target list --installed | grep -q "{{target}}"; then
echo "Installing missing target: {{target}}"