Commit ff3aa6cb authored by Andrey Kamaev's avatar Andrey Kamaev

Fix Android build after commit:41b6d25b

parent 9d6ccecf
......@@ -965,7 +965,7 @@ struct Mutex::Impl
int refcount;
};
#elif defined __linux__
#elif defined __linux__ && !defined ANDROID
struct Mutex::Impl
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment