waf: upgrade to waf 2.1.1/waifu 1.3.0. Try to fix most optparse->argparse migration issues

This commit is contained in:
Alibek Omarov
2024-05-25 04:58:28 +03:00
parent 4bf72b5383
commit 823fe9ebbd
10 changed files with 43 additions and 45 deletions

View File

@@ -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':