Add `generate-abi3-import-lib` feature to `pyo3-ffi`
This commit is contained in:
parent
e88655d7ed
commit
1276068891
|
@ -79,7 +79,7 @@ abi3-py39 = ["abi3-py310", "pyo3-build-config/abi3-py39", "pyo3-ffi/abi3-py39"]
|
|||
abi3-py310 = ["abi3", "pyo3-build-config/abi3-py310", "pyo3-ffi/abi3-py310"]
|
||||
|
||||
# Automatically generates `python3.dll` import libraries for Windows targets.
|
||||
generate-abi3-import-lib = ["pyo3-build-config/python3-dll-a"]
|
||||
generate-abi3-import-lib = ["pyo3-ffi/generate-abi3-import-lib"]
|
||||
|
||||
# Changes `Python::with_gil` and `Python::acquire_gil` to automatically initialize the
|
||||
# Python interpreter if needed.
|
||||
|
|
|
@ -32,6 +32,8 @@ abi3-py38 = ["abi3-py39", "pyo3-build-config/abi3-py38"]
|
|||
abi3-py39 = ["abi3-py310", "pyo3-build-config/abi3-py39"]
|
||||
abi3-py310 = ["abi3", "pyo3-build-config/abi3-py310"]
|
||||
|
||||
# Automatically generates `python3.dll` import libraries for Windows targets.
|
||||
generate-abi3-import-lib = ["pyo3-build-config/python3-dll-a"]
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in New Issue