scons: Export shouldn't be part of the if stanza.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 11 May 2010 16:44:52 +0000 (17:44 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 11 May 2010 16:50:09 +0000 (17:50 +0100)
src/gallium/drivers/llvmpipe/SConscript

index 2911cf2..c155558 100644 (file)
@@ -85,4 +85,4 @@ if env['platform'] != 'embedded':
         )
         env.InstallProgram(target)
 
-    Export('llvmpipe')
+Export('llvmpipe')