From 81fadbbc4182c5a34e0d2ff698471abfc1ec0e33 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 11 May 2014 00:54:41 -0400 Subject: android workaround --- src/libstd/rt/heap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/rt/heap.rs b/src/libstd/rt/heap.rs index 30583f76330..ffe6dccfa15 100644 --- a/src/libstd/rt/heap.rs +++ b/src/libstd/rt/heap.rs @@ -25,7 +25,7 @@ extern { } // -lpthread needs to occur after -ljemalloc, the earlier argument isn't enough -#[cfg(not(windows))] +#[cfg(not(windows), not(target_os = "android"))] #[link(name = "pthread")] extern {} -- cgit 1.4.1-3-g733a5