musikr: disable implict cpp linking
This commit is contained in:
parent
4655e314b9
commit
269c593a7e
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ crate-type = ["cdylib"]
|
||||||
bytemuck = "1.21.0"
|
bytemuck = "1.21.0"
|
||||||
cxx = "1.0.137"
|
cxx = "1.0.137"
|
||||||
jni = "0.21.1"
|
jni = "0.21.1"
|
||||||
|
link-cplusplus = {version = "1.0.9", features = ["nothing"]}
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cxx-build = "1.0.137"
|
cxx-build = "1.0.137"
|
||||||
|
link-cplusplus = {version = "1.0.9", features = ["nothing"]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue