Browse Source

wscript: move to using tool instead of tools program group

gps-1.3.1
Siddharth Purohit 4 years ago committed by Andrew Tridgell
parent
commit
f115b246df
  1. 2
      wscript

2
wscript

@ -681,7 +681,7 @@ for name in ('antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'blimp @@ -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,

Loading…
Cancel
Save