boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
199 stars 161 forks source link

Fix build for Android API < 21 #218

Closed ruslo closed 6 years ago

ruslo commented 6 years ago

Disable BOOST_THREAD_INTERNAL_CLOCK_IS_MONO for Android API < 21 to avoid usage of pthread_condattr_setclock

ruslo commented 6 years ago

Okay, it seems to be fixed recently:

@gjasny Thanks :)