projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063f123
)
scons: Promote EMBEDDED from subsystem to full os.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 4 Feb 2010 14:35:38 +0000
(14:35 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 4 Feb 2010 14:39:30 +0000
(14:39 +0000)
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index ac68bd604cdfdad802542b0483e0a3d70c4a64d0..a9a8b836401102dc563accaa2139cbb8d1f56908 100644
(file)
--- 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