Fix hard and soft float libc detection for managed Python distributions on ARM (#8498)

This commit is contained in:
Pietro Zambelli
2024-10-30 00:46:21 +01:00
committed by GitHub
parent 08d022984c
commit 2b0e16cb75
6 changed files with 75 additions and 1 deletions
+3
View File
@@ -57,6 +57,9 @@ tracing = { workspace = true }
url = { workspace = true }
which = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
procfs = { workspace = true }
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { workspace = true }
windows-registry = { workspace = true }