From 97efac09b23971507cd80ae03e847b2706871b18 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 23 Apr 2011 16:57:28 +0200 Subject: [PATCH] glu: Clone the enviroment --- src/glu/sgi/SConscript | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.30.2