diff options
author | José Fonseca <[email protected]> | 2010-05-11 17:44:52 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-11 17:50:09 +0100 |
commit | 30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9 (patch) | |
tree | 21980c32a337b22549f269775c750d94a2f364d5 | |
parent | 4d374bf7ebcf8dc0fa9c0b3eb86cfb9e1e2f68de (diff) |
scons: Export shouldn't be part of the if stanza.
-rw-r--r-- | src/gallium/drivers/llvmpipe/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript index 2911cf2179a..c155558aa54 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') |