We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91c7c8 commit 096c599Copy full SHA for 096c599
build.rs
@@ -1,7 +1,6 @@
1
use std::env;
2
3
fn main() {
4
-
5
if env::var("TARGET").unwrap() != "thumbv8m.main-none-eabihf" {
6
return;
7
}
0 commit comments