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

@@ -11,7 +11,7 @@ def options(opt):
grp = opt.add_option_group('ref_gl options')
grp.add_option('--enable-static-gl', action='store_true', dest='GL_STATIC', default=False,
help = 'enable direct linking to opengl [default: %default]')
help = 'enable direct linking to opengl [default: %(default)s]')
# stub
return