Skip to content

Commit

Permalink
py: automatically generate python3.dll
Browse files Browse the repository at this point in the history
on Windows targets.
see PyO3/pyo3#2231 for more info
  • Loading branch information
jqnatividad committed Apr 29, 2022
1 parent 26c335d commit 49f57f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ once_cell = { version = "1.10", optional = true }
pyo3 = { version = "0.16", features = [
"abi3-py38",
"auto-initialize",
# Automatically generates `python3.dll` import libraries for Windows targets.
"generate-abi3-import-lib",
], optional = true }
qsv-dateparser = "0.2"
qsv-stats = "0.3"
Expand Down

0 comments on commit 49f57f4

Please sign in to comment.