Browse Source

wscript: add shortened option for win-style-install

pull/2/head
Alibek Omarov 5 years ago
parent
commit
35ae421ac1
  1. 2
      wscript

2
wscript

@ -50,7 +50,7 @@ def options(opt): @@ -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,

Loading…
Cancel
Save