Do not build emutls on Redox
This commit is contained in:
parent
2ddd11788b
commit
474eb6223b
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ fn main() {
|
||||||
"atomic_thread_fence.c"]);
|
"atomic_thread_fence.c"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if !target.contains("windows") {
|
if !target.contains("redox") && !target.contains("windows") {
|
||||||
sources.extend(&["emutls.c"]);
|
sources.extend(&["emutls.c"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue