summaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
Diffstat (limited to 'scons')
-rwxr-xr-xscons/gallium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 5834f6e2194..6f5fca00acf 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -406,7 +406,7 @@ def generate(env):
if platform == 'windows':
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_USER']
if env['embedded']:
- cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED']
+ cppdefines += ['EMBEDDED_DEVICE']
env.Append(CPPDEFINES = cppdefines)
# C compiler options