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