mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
de37f9dc33
Constraint files can be disabled with environment variable as well which is useful when one uses the install/export scripts instead of idf_tools.py directly. This is option is useful for offline build as well. Closes https://github.com/espressif/esp-idf/issues/9263