android workaround
This commit is contained in:
parent
e2479b8cac
commit
81fadbbc41
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue