Flush icache on android aarch64 too (#5331)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user