Skip to content

Commit

Permalink
generate import lib when building for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Sep 25, 2024
1 parent 7201416 commit 7d0a9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jiter-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jiter = { path = "../jiter", features = ["python", "num-bigint"] }

[features]
# must be enabled when building with `cargo build`, maturin enables this automatically
extension-module = ["pyo3/extension-module"]
extension-module = ["pyo3/extension-module", "generate-import-lib"]

[lib]
name = "jiter_python"
Expand Down

0 comments on commit 7d0a9dd

Please sign in to comment.