wscript: add shortened option for win-style-install

This commit is contained in:
Alibek Omarov 2019-07-27 14:34:59 +03:00
parent e3e161f281
commit 35ae421ac1

View File

@ -50,7 +50,7 @@ def options(opt):
grp.add_option('-8', '--64bits', action = 'store_true', dest = 'ALLOW64', default = False,
help = 'allow targetting 64-bit engine')
grp.add_option('--win-style-install', action = 'store_true', dest = 'WIN_INSTALL', default = False,
grp.add_option('-W', '--win-style-install', action = 'store_true', dest = 'WIN_INSTALL', default = False,
help = 'install like Windows build, ignore prefix, useful for development')
grp.add_option('--enable-bsp2', action = 'store_true', dest = 'SUPPORT_BSP2_FORMAT', default = False,