Fixed a dependency issue with the MSI target
MSI target now automatically implies "install" (to the stage dir)
This commit is contained in:
parent
802f5e9f06
commit
2076f37421
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue