mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
waf: upgrade to waf 2.1.1/waifu 1.3.0. Try to fix most optparse->argparse migration issues
This commit is contained in:
@@ -12,7 +12,7 @@ def options(opt):
|
||||
grp = opt.add_option_group('Game launcher options')
|
||||
|
||||
grp.add_option('--disable-menu-changegame', action = 'store_true', dest = 'DISABLE_MENU_CHANGEGAME', default = False,
|
||||
help = 'disable changing the game from the menu [default: %default]')
|
||||
help = 'disable changing the game from the menu [default: %(default)s]')
|
||||
|
||||
def configure(conf):
|
||||
if conf.env.DEST_OS == 'win32':
|
||||
|
||||
Reference in New Issue
Block a user