Skip to content

Commit

Permalink
Add rlib to crate-type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed May 3, 2024
1 parent c0c2478 commit e59f9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pyo3 = { version = "0.21.2", features = ["extension-module"] }

[lib]
path = "rust/lib.rs"
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]

0 comments on commit e59f9da

Please sign in to comment.