]> git.lyx.org Git - features.git/commitdiff
* scons/SConstruct: fix manifest on Windows
authorMichael Schmitt <michael.schmitt@teststep.org>
Sat, 23 Dec 2006 09:09:10 +0000 (09:09 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sat, 23 Dec 2006 09:09:10 +0000 (09:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16382 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 887645f4523c078310d47cca6ca0a8355e763a3e..6f3f88cbdcac4abd436b8d530577db229246b771 100644 (file)
@@ -1367,7 +1367,7 @@ if frontend == 'qt4':
             else:
                 manifest = 'QtGui4.dll.manifest'
         if os.path.isfile(manifest):
-            env['LINKCOM'] = [env['LINKCOM'], 'mt.exe /MANIFEST %s /outputresource:$TARGET;1' % manifest]
+            frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], 'mt.exe /MANIFEST %s /outputresource:$TARGET;1' % manifest]
 
     frontend_env = conf.Finish()