From d0bb35a62677a429e825fb02e8a16fb7f0d8b2e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 7 Sep 2008 21:59:12 +0000 Subject: [PATCH] scons/SConstruct: fix a SCons warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26329 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index b51b4e5427..13c1867b7f 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1288,7 +1288,7 @@ if platform_name == 'cygwin': # to be built with all the include directories etc # if frontend == 'qt4': - frontend_env = env.Copy() + frontend_env = env.Clone() frontend_env['BUILDERS']['qtResource'] = Builder(action = utils.env_qtResource) # handle qt related user specified paths -- 2.39.2