build *.so file
This commit is contained in:
parent
a199ed31e7
commit
ecbcb2d723
@ -5,7 +5,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "libnyx"
|
name = "libnyx"
|
||||||
crate-type = ["staticlib"]
|
crate-type = ["staticlib", "dylib"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cbindgen = "0.19"
|
cbindgen = "0.19"
|
||||||
@ -13,4 +13,4 @@ cbindgen = "0.19"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
config={path="../config"}
|
config={path="../config"}
|
||||||
fuzz_runner={path="../fuzz_runner"}
|
fuzz_runner={path="../fuzz_runner"}
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user