Fix Android build after commit:41b6d25
This commit is contained in:
parent
9d6ccecfdd
commit
ff3aa6cbe1
@ -965,7 +965,7 @@ struct Mutex::Impl
|
||||
int refcount;
|
||||
};
|
||||
|
||||
#elif defined __linux__
|
||||
#elif defined __linux__ && !defined ANDROID
|
||||
|
||||
struct Mutex::Impl
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user