build wrapper with musl

This commit is contained in:
🪞👃🪞 2025-02-24 21:00:57 +02:00
parent 32a693e1c4
commit ed87ea48a9
6 changed files with 422 additions and 20 deletions

View file

@ -6,3 +6,5 @@ vst:
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/vst.dll 2>&1
vst-v:
clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/vst.dll 2>&1
wrapper:
cargo build -p vestal_wrapper --release --target=x86_64-unknown-linux-musl