From: Uwe Stöhr Date: Sun, 7 Sep 2008 21:59:12 +0000 (+0000) Subject: scons/SConstruct: fix a SCons warning X-Git-Tag: 1.6.10~3528 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d0bb35a62677a429e825fb02e8a16fb7f0d8b2e5;p=lyx.git scons/SConstruct: fix a SCons warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26329 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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