From 76320b76add081805206ea257ee9f9cf5edb11a8 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 5 Nov 2008 23:23:04 +0000 Subject: Change remaining Copy() to Clone() --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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 ): -- cgit v1.2.3