android workaround
This commit is contained in:
parent
e2479b8cac
commit
81fadbbc41
@ -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…
Reference in New Issue
Block a user