Skip to content

Commit 82f50c3

Browse files
committed
fix windows aarch64
1 parent 92dba7d commit 82f50c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ dev = [
5555

5656
[tool.maturin]
5757
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
58-
features = ["pyo3/extension-module"]
58+
features = ["pyo3/extension-module", "pyo3/generate-import-lib"]

0 commit comments

Comments
 (0)