Skip to content

Commit

Permalink
Add armv7-linux-androideabi tier 2 CPU (#489)
Browse files Browse the repository at this point in the history
This is required for some dependencies to correctly handle select
statements like non-windows.
  • Loading branch information
keith authored May 28, 2022
1 parent 511a54d commit 4f1a074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impl/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ static SUPPORTED_PLATFORM_TRIPLES: &[&str] = &[
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"arm-unknown-linux-gnueabi",
"armv7-linux-androideabi",
"i686-linux-android",
"i686-unknown-freebsd",
"powerpc-unknown-linux-gnu",
Expand Down

0 comments on commit 4f1a074

Please sign in to comment.