dolphin/Externals/liblzma
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
..
api
check
common
delta
lz
lzma
rangecoder
simple
tuklib
ChangeLog
CMakeLists.txt
config.h Fix liblzma config on macOS 2020-11-28 05:51:45 -08:00
COPYING
liblzma.vcxproj msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00
liblzma.vcxproj.filters