mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
03c542ecf7
Previously get_idf_build_env didn't include the default environment (os.environ) in its output, so the environment only contained the variables returned by "idf_tools.py export". If PATH already contains all the right paths, "idf_tools.py export" doesn't return the PATH variable. Therefore the environment returned by get_idf_build_env was usually incomplete. Fix by combining the output of "idf_tools.py export" with os.environ. |
||
---|---|---|
.. | ||
__init__.py | ||
editing.py | ||
idf_utils.py | ||
snapshot.py |