scons: fix a bug in installer target, introduced by the cleanups

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19837 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-08-27 16:29:04 +00:00
parent b1e84ddec3
commit cb25c9980e

View File

@ -2069,7 +2069,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
Alias('install', dest_file)
if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
if 'installer' in BUILD_TARGETS:
#
# build windows installer using NSIS
#