build *.so file

This commit is contained in:
Sergej Schumilo 2021-12-28 15:18:07 +01:00
parent a199ed31e7
commit ecbcb2d723

View File

@ -5,7 +5,7 @@ edition = "2018"
[lib]
name = "libnyx"
crate-type = ["staticlib"]
crate-type = ["staticlib", "dylib"]
[build-dependencies]
cbindgen = "0.19"