mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Toosls: fix aarch
This commit is contained in:
parent
2f31c07abe
commit
4d5c4b53ee
@ -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]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user