mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
os.scandir() returns entries in non-deterministic order, which caused voxl2-slpi to sometimes build before voxl2_default (which it depends on). Sort all os.scandir() calls lexicographically by name so the shorter prefix voxl2 always precedes voxl2-slpi.