Don't define HAVE_POSIX_MEMALIGN for embedded target.

This commit is contained in:
Alan Hourihane
2010-01-28 17:22:35 +00:00
parent 9b346f83a7
commit 75cd6f3ece

View File

@@ -126,8 +126,9 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin', 'embedded'):
'_GNU_SOURCE',
'PTHREADS',
'HAVE_POSIX_MEMALIGN',
])
if platform != 'embedded':
env.Append(CPPDEFINES = ['HAVE_POSIX_MEMALIGN'])
if platform == 'darwin':
env.Append(CPPDEFINES = ['_DARWIN_C_SOURCE'])
env.Append(CPPPATH = ['/usr/X11R6/include'])