android workaround

This commit is contained in:
Daniel Micay 2014-05-11 00:54:41 -04:00
parent e2479b8cac
commit 81fadbbc41

View File

@ -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 {}