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

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
crate-type = ["staticlib"]
[dependencies]
#nih_plug = { git = "https://github.com/robbert-vdh/nih-plug" }