Mesa (master): scons: Export shouldn't be part of the if stanza.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue May 11 16:52:14 UTC 2010


Module: Mesa
Branch: master
Commit: 30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue May 11 17:44:52 2010 +0100

scons: Export shouldn't be part of the if stanza.

---

 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 2911cf2..c155558 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')




More information about the mesa-commit mailing list