mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
6875fa60be
commit
d0bb35a626
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user