summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-11 17:44:52 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-11 17:50:09 +0100
commit30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9 (patch)
tree21980c32a337b22549f269775c750d94a2f364d5 /src/gallium/drivers/llvmpipe/SConscript
parent4d374bf7ebcf8dc0fa9c0b3eb86cfb9e1e2f68de (diff)
scons: Export shouldn't be part of the if stanza.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/SConscript')
-rw-r--r--src/gallium/drivers/llvmpipe/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript
index 2911cf2179..c155558aa5 100644
--- a/src/gallium/drivers/llvmpipe/SConscript
+++ b/src/gallium/drivers/llvmpipe/SConscript
@@ -85,4 +85,4 @@ if env['platform'] != 'embedded':
)
env.InstallProgram(target)
- Export('llvmpipe')
+Export('llvmpipe')