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

Author: Jakob Bornecrantz <[email protected]>
Date:   Sat Apr 23 16:57:28 2011 +0200

glu: Clone the enviroment

---

 src/glu/sgi/SConscript |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/glu/sgi/SConscript b/src/glu/sgi/SConscript
index b1bcfa0..a0c6c65 100644
--- a/src/glu/sgi/SConscript
+++ b/src/glu/sgi/SConscript
@@ -1,5 +1,7 @@
 Import('*')
 
+env = env.Clone()
+
 env.Prepend(CPPPATH = [
     'include',
     'internals',

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to