mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
wscript: add shortened option for win-style-install
This commit is contained in:
parent
e3e161f281
commit
35ae421ac1
2
wscript
2
wscript
@ -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…
Reference in New Issue
Block a user