diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-02-04 14:35:38 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-02-04 14:39:30 +0000 |
commit | 5cf88a4787555e1cf754adc665880a35130f625c (patch) | |
tree | 3f5aa7a380da9f78cb8e8f20fa8189ac4a91c748 /scons | |
parent | 063f1238d1a62c489a4638968a72bd5e451fe227 (diff) |
scons: Promote EMBEDDED from subsystem to full os.
Diffstat (limited to 'scons')
-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 ac68bd604c..a9a8b83640 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 |