Tools: waf help output shows --define under build

This commit is contained in:
Randy Mackay 2024-03-30 10:25:21 +09:00 committed by Andrew Tridgell
parent d6488eb030
commit 96e17f18cc
1 changed files with 4 additions and 4 deletions

View File

@ -591,16 +591,16 @@ arducopter and upload it to my board".
help='''Override board type check and continue loading. Same as using uploader.py --force.
''')
g.add_option('--define',
action='append',
help='Add C++ define to build.')
g = opt.ap_groups['check']
g.add_option('--check-verbose',
action='store_true',
help='Output all test programs.')
g.add_option('--define',
action='append',
help='Add C++ define to build.')
g = opt.ap_groups['clean']
g.add_option('--clean-all-sigs',