From 2f415fd505857e3f1a7eefafd1a0836ca9c62ad1 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Tue, 3 Jul 2007 20:20:20 +0000 Subject: [PATCH] scons: fix last commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18978 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 306c98c689..b95dc0ed27 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1397,7 +1397,7 @@ if frontend == 'qt4': if use_vc: frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], \ 'mt.exe /MANIFEST %s /outputresource:$TARGET;1' % \ - env.subst('$BUILDDIR/lyx.exe.manifest')] + env.File('$BUILDDIR/lyx.exe.manifest').path] frontend_env = conf.Finish() -- 2.39.2