mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 06:30:34 +08:00
Toosls: fix aarch
This commit is contained in:
@@ -143,12 +143,12 @@ if (args.group):
|
||||
last_arch = ''
|
||||
for arch in grouped_targets:
|
||||
if(last_arch != arch and len(temp_group) > 0):
|
||||
last_arch = arch
|
||||
final_groups.append({
|
||||
"container": grouped_targets[arch]['container'],
|
||||
"targets": comma_targets(temp_group),
|
||||
'arch': arch
|
||||
'arch': last_arch
|
||||
})
|
||||
last_arch = arch
|
||||
temp_group = []
|
||||
for man in grouped_targets[arch]['manufacturers']:
|
||||
for tar in grouped_targets[arch]['manufacturers'][man]:
|
||||
|
||||
Reference in New Issue
Block a user