diff options
-rw-r--r-- | scons/gallium.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index ac68bd604cd..a9a8b836401 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -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 |