mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
Don't define HAVE_POSIX_MEMALIGN for embedded target.
This commit is contained in:
parent
9b346f83a7
commit
75cd6f3ece
1 changed files with 2 additions and 1 deletions
|
|
@ -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'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue