From: Jakob Bornecrantz Date: Sat, 23 Apr 2011 14:57:28 +0000 (+0200) Subject: glu: Clone the enviroment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97efac09b23971507cd80ae03e847b2706871b18;p=mesa.git glu: Clone the enviroment --- diff --git a/src/glu/sgi/SConscript b/src/glu/sgi/SConscript index b1bcfa0827a..a0c6c65849f 100644 --- a/src/glu/sgi/SConscript +++ b/src/glu/sgi/SConscript @@ -1,5 +1,7 @@ Import('*') +env = env.Clone() + env.Prepend(CPPPATH = [ 'include', 'internals',