summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-04 14:35:38 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-04 14:39:30 +0000
commit5cf88a4787555e1cf754adc665880a35130f625c (patch)
tree3f5aa7a380da9f78cb8e8f20fa8189ac4a91c748
parent063f1238d1a62c489a4638968a72bd5e451fe227 (diff)
scons: Promote EMBEDDED from subsystem to full os.
-rw-r--r--scons/gallium.py2
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