Skip to content

Commit

Permalink
Do not build emutls on Redox
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Dec 23, 2016
1 parent 2ddd117 commit 474eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcompiler_builtins/build.rs
Expand Up @@ -242,7 +242,7 @@ fn main() {
"atomic_thread_fence.c"]);
}

if !target.contains("windows") {
if !target.contains("redox") && !target.contains("windows") {
sources.extend(&["emutls.c"]);
}

Expand Down

0 comments on commit 474eb62

Please sign in to comment.