Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-06 02:23:04 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-06 02:23:04 +0300
commit76320b76add081805206ea257ee9f9cf5edb11a8 (patch)
tree672cf921c5cfdf5cce35b1b636ff9c3b5c70871f /SConstruct
parentce1625ebc0317f6e5f9cd0bdfd9c246e5f8c6fef (diff)
Change remaining Copy() to Clone()
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 91603ce7724..968266bd6d1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -227,7 +227,7 @@ if env['OURPLATFORM'] == 'linux2' :
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 ):