mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
disable posix_memalign() on Mac - it requires 10.6
This commit is contained in:
parent
ed10dda36b
commit
3ff11837d4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#endif
|
||||
#if defined(SYS_DARWIN)
|
||||
#define HAVE_GETPAGESIZE
|
||||
#define HAVE_POSIX_MEMALIGN
|
||||
//#define HAVE_POSIX_MEMALIGN requires Mac OS X 10.6
|
||||
#define HAVE_VALLOC
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue