fix build.rs
we don't want to match musleabihf targets
This commit is contained in:
parent
bc61db2e36
commit
a5b15eef71
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::env;
|
||||
|
||||
fn main() {
|
||||
if env::var("TARGET").unwrap().ends_with("hf") {
|
||||
if env::var("TARGET").unwrap().ends_with("gnueabihf") {
|
||||
println!("cargo:rustc-cfg=gnueabihf")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue