Flush icache on android aarch64 too (#5331)

This commit is contained in:
Benjamin Bouvier
2022-11-30 16:15:34 +01:00
committed by GitHub
parent e7cb82af89
commit 2bb1fb08fa
2 changed files with 90 additions and 70 deletions

View File

@@ -19,5 +19,5 @@ features = [
"Win32_System_Diagnostics_Debug",
]
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd"))'.dependencies.libc]
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "android"))'.dependencies.libc]
version = "0.2.42"