Skip to content

Commit 474eb62

Browse files
committed
Do not build emutls on Redox
1 parent 2ddd117 commit 474eb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcompiler_builtins/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ fn main() {
242242
"atomic_thread_fence.c"]);
243243
}
244244

245-
if !target.contains("windows") {
245+
if !target.contains("redox") && !target.contains("windows") {
246246
sources.extend(&["emutls.c"]);
247247
}
248248

0 commit comments

Comments
 (0)