We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493dd86 commit 3f85c35Copy full SHA for 3f85c35
newsfragments/5571.fixed.md
@@ -0,0 +1 @@
1
+Fix linking with libpython under Cygwin
pyo3-build-config/src/impl_.rs
@@ -890,6 +890,7 @@ pub fn is_linking_libpython_for_target(target: &Triple) -> bool {
890
|| target.operating_system == OperatingSystem::Aix
891
|| target.environment == Environment::Android
892
|| target.environment == Environment::Androideabi
893
+ || target.operating_system == OperatingSystem::Cygwin
894
|| !is_extension_module()
895
}
896
0 commit comments