scons/SConstruct: fix a SCons warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26329 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-09-07 21:59:12 +00:00
parent 6875fa60be
commit d0bb35a626

View File

@ -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