Skip to content

Commit 202cb2d

Browse files
committed
Always link pre-built asm, required for new cache management functions
1 parent b7ff5f7 commit 202cb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn main() {
66
let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
77
let name = env::var("CARGO_PKG_NAME").unwrap();
88

9-
if target.starts_with("thumb") && env::var_os("CARGO_FEATURE_INLINE_ASM").is_none() {
9+
if target.starts_with("thumb") {
1010
fs::copy(
1111
format!("bin/{}.a", target),
1212
out_dir.join(format!("lib{}.a", name)),

0 commit comments

Comments
 (0)