mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Merge pull request #9292 from Dentomologist/fix-liblzma-config-on-macOS
Fix liblzma config on macOS
This commit is contained in:
commit
5a554e8e5d
1 changed files with 2 additions and 0 deletions
2
Externals/liblzma/config.h
vendored
2
Externals/liblzma/config.h
vendored
|
@ -190,7 +190,9 @@
|
|||
#define HAVE_POSIX_FADVISE 1
|
||||
|
||||
/* Define to 1 if you have the `pthread_condattr_setclock' function. */
|
||||
#ifndef __APPLE__
|
||||
#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
|
||||
#endif
|
||||
|
||||
/* Have PTHREAD_PRIO_INHERIT. */
|
||||
#define HAVE_PTHREAD_PRIO_INHERIT 1
|
||||
|
|
Loading…
Add table
Reference in a new issue