From 5cf88a4787555e1cf754adc665880a35130f625c Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 4 Feb 2010 14:35:38 +0000 Subject: scons: Promote EMBEDDED from subsystem to full os. --- scons/gallium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3