[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17340] trunk/blender/SConstruct: Change remaining Copy() to Clone()

Nathan Letwory jesterking at letwory.net
Thu Nov 6 00:23:04 CET 2008


Revision: 17340
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17340
Author:   jesterking
Date:     2008-11-06 00:23:04 +0100 (Thu, 06 Nov 2008)

Log Message:
-----------
Change remaining Copy() to Clone()

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2008-11-05 22:27:45 UTC (rev 17339)
+++ trunk/blender/SConstruct	2008-11-05 23:23:04 UTC (rev 17340)
@@ -227,7 +227,7 @@
             context.Result(result)
             return result
 
-        env2 = env.Copy( LIBPATH = env['BF_OPENAL'] ) 
+        env2 = env.Clone( LIBPATH = env['BF_OPENAL'] ) 
         sconf_temp = mkdtemp()
         conf = Configure( env2, {'CheckFreeAlut' : CheckFreeAlut}, sconf_temp, '/dev/null' )
         if conf.CheckFreeAlut( env2 ):





More information about the Bf-blender-cvs mailing list