musikr: disable implict cpp linking

This commit is contained in:
Alexander Capehart 2025-02-19 10:45:10 -07:00
parent 4655e314b9
commit 269c593a7e
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -11,6 +11,8 @@ crate-type = ["cdylib"]
bytemuck = "1.21.0"
cxx = "1.0.137"
jni = "0.21.1"
link-cplusplus = {version = "1.0.9", features = ["nothing"]}
[build-dependencies]
cxx-build = "1.0.137"
link-cplusplus = {version = "1.0.9", features = ["nothing"]}