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 ec2e178 commit 9c3bbc2Copy full SHA for 9c3bbc2
build.rs
@@ -6,7 +6,7 @@ fn main() {
6
let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
7
let name = env::var("CARGO_PKG_NAME").unwrap();
8
9
- if target.starts_with("thumb") && env::var_os("CARGO_FEATURE_INLINE_ASM").is_none() {
+ if target.starts_with("thumb") {
10
fs::copy(
11
format!("bin/{}.a", target),
12
out_dir.join(format!("lib{}.a", name)),
0 commit comments