scons: Promote EMBEDDED from subsystem to full os.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 4 Feb 2010 14:35:38 +0000 (14:35 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 4 Feb 2010 14:39:30 +0000 (14:39 +0000)
scons/gallium.py

index ac68bd6..a9a8b83 100644 (file)
@@ -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