From: José Fonseca Date: Tue, 11 May 2010 16:44:52 +0000 (+0100) Subject: scons: Export shouldn't be part of the if stanza. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9;p=mesa.git scons: Export shouldn't be part of the if stanza. --- 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')