Fixed a dependency issue with the MSI target

MSI target now automatically implies "install" (to the stage dir)
This commit is contained in:
Ray Speth 2012-04-11 20:26:02 +00:00
parent 802f5e9f06
commit 2076f37421

View file

@ -879,6 +879,7 @@ env['ct_matlab_dir'] = pjoin(env['prefix'], 'matlab', 'toolbox')
# Always set the stage directory before building an MSI installer
if 'msi' in COMMAND_LINE_TARGETS:
COMMAND_LINE_TARGETS.append('install')
env['stage_dir'] = 'stage'
env['prefix'] = '.'
env['PYTHON_INSTALLER'] = 'binary'