mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
/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. |
||
|---|---|---|
| .. | ||
| api | ||
| check | ||
| common | ||
| delta | ||
| lz | ||
| lzma | ||
| rangecoder | ||
| simple | ||
| tuklib | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| config.h | ||
| COPYING | ||
| liblzma.vcxproj | ||
| liblzma.vcxproj.filters | ||