From ecbcb2d7234fef0b5e1db8ca6019e6137ee0582d Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Tue, 28 Dec 2021 15:18:07 +0100 Subject: [PATCH] build *.so file --- libnyx/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnyx/Cargo.toml b/libnyx/Cargo.toml index f88cb9d..cb0dac6 100644 --- a/libnyx/Cargo.toml +++ b/libnyx/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" [lib] name = "libnyx" -crate-type = ["staticlib"] +crate-type = ["staticlib", "dylib"] [build-dependencies] cbindgen = "0.19" @@ -13,4 +13,4 @@ cbindgen = "0.19" [dependencies] config={path="../config"} fuzz_runner={path="../fuzz_runner"} -libc = "0.2" \ No newline at end of file +libc = "0.2"