Do not build emutls on Redox

This commit is contained in:
Jeremy Soller 2016-12-22 22:01:15 -07:00
parent 2ddd11788b
commit 474eb6223b

View File

@ -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"]);
}