mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 15:30:40 +02:00
scons: Promote EMBEDDED from subsystem to full os.
This commit is contained in:
parent
063f1238d1
commit
5cf88a4787
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ def generate(env):
|
|||
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
|
||||
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL']
|
||||
if platform == 'embedded':
|
||||
cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED']
|
||||
cppdefines += ['PIPE_OS_EMBEDDED']
|
||||
env.Append(CPPDEFINES = cppdefines)
|
||||
|
||||
# C compiler options
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue