Cross compiling for windows: Cannot find -lpython3 #2343
-
I'm trying to cross compile my application which depends on pyo3 for Windows, but I get the following linker error:
Some more about my setup and environment:
I checked
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I actually am not sure if we need to integrate pkgconfig support into our build scripts for that to work? Or should the linker be checking pkgconfig stuff itself? You might want to try the generate-abi3-import-lib feature, new in PyO3 0.16.4 |
Beta Was this translation helpful? Give feedback.
I actually am not sure if we need to integrate pkgconfig support into our build scripts for that to work? Or should the linker be checking pkgconfig stuff itself?
You might want to try the generate-abi3-import-lib feature, new in PyO3 0.16.4