Skip to content

Commit

Permalink
Add staticlib as option
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Nov 27, 2024
1 parent b6e1f0b commit bfb3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minimap2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude = [
]

[lib]
crate-type = ["cdylib", "rlib"]
crate-type = ["staticlib", "cdylib", "rlib"]

[dependencies]
libz-sys = { version = "1.1", default-features = false, features = ["libc"] }
Expand Down

0 comments on commit bfb3699

Please sign in to comment.