Do not build emutls on Redox
This commit is contained in:
parent
2ddd11788b
commit
474eb6223b
@ -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"]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user