Skip to content
Permalink
Browse files
Merge pull request #9292 from Dentomologist/fix-liblzma-config-on-macOS
Fix liblzma config on macOS
  • Loading branch information
leoetlino committed Nov 28, 2020
2 parents 26302c2 + 6136ac8 commit 5a554e8
Showing 1 changed file with 2 additions and 0 deletions.
@@ -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

0 comments on commit 5a554e8

Please sign in to comment.