mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-05 02:40:00 -05: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.