From c96289e688527fb5b865531e2293c3247149f6f3 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 10 Apr 2026 10:13:04 +1000 Subject: [PATCH] libnixide_sys.so is unnecessary --- nixide-sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/nixide-sys/Cargo.toml b/nixide-sys/Cargo.toml index 41a1b93..f1f98e6 100644 --- a/nixide-sys/Cargo.toml +++ b/nixide-sys/Cargo.toml @@ -15,6 +15,7 @@ targets = [ "x86_64-unknown-linux-gnu" ] [lib] path = "src/lib.rs" +# crate-type = ["dylib"] # build libnixide_sys.so # NOTE: `[features]` have a 1-1 correspondence to the # NOTE: shared libraries produced by the Nix C API.