Skip to content

Commit

Permalink
Merge pull request #450 from dcsommer/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Jan 28, 2022
2 parents ea0cb5b + 1aa071c commit 0f6248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn main() {
// rustc target (arm-linux-androideabi).
if llvm_target[0] == "armv4t"
|| llvm_target[0] == "armv5te"
|| llvm_target.get(2) == Some(&"androideabi")
|| target == "arm-linux-androideabi"
{
println!("cargo:rustc-cfg=kernel_user_helpers")
}
Expand Down

0 comments on commit 0f6248a

Please sign in to comment.