mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
79b724dce8
Two things are fixed with this patch: 1. We sort dictionaries' keys if they aren't OrderedDict instances. Since dict objects don't guarantee order, environment variables may have contents in wrong order, causing unnecessary rebuilds. 2. We only use prepend_value() if there's already a value set for the key and that value is list. Before this change, boards couldn't set non-iterable values. |
||
---|---|---|
.. | ||
__init__.py | ||
ardupilotwaf.py | ||
boards.py | ||
cmake.py | ||
gbenchmark.py | ||
git_submodule.py | ||
gtest.py | ||
mavgen.py | ||
static_linking.py | ||
toolchain.py |