Merge branch 'feature/api_check_prereq' into 'master'

change(tools): export esp-clang-libs location as ESP_CLANG_LIBS_PATH

See merge request espressif/esp-idf!41144
This commit is contained in:
Ivan Grokhotkov
2025-08-20 00:48:20 +02:00

View File

@@ -303,7 +303,9 @@
{ {
"description": "Standalone Clang shared libraries distribution", "description": "Standalone Clang shared libraries distribution",
"export_paths": [], "export_paths": [],
"export_vars": {}, "export_vars": {
"ESP_CLANG_LIBS_PATH": "${TOOL_PATH}/esp-clang/lib"
},
"info_url": "https://github.com/espressif/llvm-project", "info_url": "https://github.com/espressif/llvm-project",
"install": "on_request", "install": "on_request",
"license": "Apache-2.0", "license": "Apache-2.0",