From f115b246df9fbf3cc8ae7a73c6cef8efcdfb64df Mon Sep 17 00:00:00 2001 From: Siddharth Purohit <siddharthbharatpurohit@gmail.com> Date: Mon, 5 Jul 2021 15:09:39 +0530 Subject: [PATCH] wscript: move to using tool instead of tools program group --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index e9eaecd0ff..0ef07b313d 100644 --- a/wscript +++ b/wscript @@ -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,