Skip to content

Commit 0f6248a

Browse files
authored
Merge pull request #450 from dcsommer/master
2 parents ea0cb5b + 1aa071c commit 0f6248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn main() {
8383
// rustc target (arm-linux-androideabi).
8484
if llvm_target[0] == "armv4t"
8585
|| llvm_target[0] == "armv5te"
86-
|| llvm_target.get(2) == Some(&"androideabi")
86+
|| target == "arm-linux-androideabi"
8787
{
8888
println!("cargo:rustc-cfg=kernel_user_helpers")
8989
}

0 commit comments

Comments
 (0)