mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Merge branch 'a1batross-master-patch-59640' into 'master'
softlink_libs.py: fix printing default option value with argparse See merge request ita1024/waf!2370
This commit is contained in:
commit
b2f89369fc
@ -8,7 +8,7 @@ from os import tmpfile, linesep
|
||||
|
||||
def options(opt):
|
||||
grp = opt.add_option_group('Softlink Libraries Options')
|
||||
grp.add_option('--exclude', default='/usr/lib,/lib', help='No symbolic links are created for libs within [%default]')
|
||||
grp.add_option('--exclude', default='/usr/lib,/lib', help='No symbolic links are created for libs within [%(default)s]')
|
||||
|
||||
def configure(cnf):
|
||||
cnf.find_program('ldd')
|
||||
|
Loading…
Reference in New Issue
Block a user