mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 05:33:31 +01:00
![Dentomologist](/assets/img/avatar_default.png)
/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.