mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
build wrapper with musl
This commit is contained in:
parent
32a693e1c4
commit
ed87ea48a9
6 changed files with 422 additions and 20 deletions
2
Justfile
2
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue