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.
2 parents ea0cb5b + 1aa071c commit 0f6248aCopy full SHA for 0f6248a
build.rs
@@ -83,7 +83,7 @@ fn main() {
83
// rustc target (arm-linux-androideabi).
84
if llvm_target[0] == "armv4t"
85
|| llvm_target[0] == "armv5te"
86
- || llvm_target.get(2) == Some(&"androideabi")
+ || target == "arm-linux-androideabi"
87
{
88
println!("cargo:rustc-cfg=kernel_user_helpers")
89
}
0 commit comments