Skip to content

Commit 1ce8dd6

Browse files
committed
Fix after merge
1 parent 5c7adfe commit 1ce8dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,8 @@ impl Build {
20232023
);
20242024
}
20252025

2026-
if target.contains("threads") {
2026+
// FIXME(madsmtm): Put `threads` as part of the ABI?
2027+
if raw_target.contains("threads") {
20272028
cmd.push_cc_arg("-pthread".into());
20282029
}
20292030
}

0 commit comments

Comments
 (0)