We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384c48c commit dafe47bCopy full SHA for dafe47b
build.rs
@@ -1,7 +1,7 @@
1
use std::env;
2
3
fn main() {
4
- if env::var("TARGET").unwrap().ends_with("hf") {
+ if env::var("TARGET").unwrap().ends_with("gnueabihf") {
5
println!("cargo:rustc-cfg=gnueabihf")
6
}
7
0 commit comments