mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
6136ac82b9
/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.