dolphin/Externals
Dentomologist 6136ac82b9 Fix liblzma config on macOS
/Externals/liblzma/config.h #defines HAVE_PTHREAD_CONDATTR_SETCLOCK
which results in /Externals/liblzma/tuklib/mythread.h calling the
function pthread_condattr_setclock.  This function doesn't exist in
macOS 10.12+, which are the only macOS versions Dolphin supports, but
inserting an include guard makes macOS use an alternate function.
2020-11-28 05:51:45 -08:00
..
2017-02-28 12:29:45 -05:00
2020-10-27 11:36:47 -04:00
2020-11-28 05:51:45 -08:00
2020-08-24 19:31:32 +02:00
2020-02-09 19:01:44 +01:00
2020-08-24 19:31:32 +02:00