Skip to content

Commit 81fadbb

Browse files
committed
android workaround
1 parent e2479b8 commit 81fadbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/heap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern {
2525
}
2626

2727
// -lpthread needs to occur after -ljemalloc, the earlier argument isn't enough
28-
#[cfg(not(windows))]
28+
#[cfg(not(windows), not(target_os = "android"))]
2929
#[link(name = "pthread")]
3030
extern {}
3131

0 commit comments

Comments
 (0)