wscript: move to using tool instead of tools program group

This commit is contained in:
Siddharth Purohit 2021-07-05 15:09:39 +05:30 committed by Andrew Tridgell
parent b39b4abb12
commit f115b246df
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ for name in ('antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'blimp
doc='builds %s programs' % name,
)
for program_group in ('all', 'bin', 'tools', 'examples', 'tests', 'benchmarks'):
for program_group in ('all', 'bin', 'tool', 'examples', 'tests', 'benchmarks'):
ardupilotwaf.build_command(program_group,
program_group_list=program_group,
doc='builds all programs of %s group' % program_group,