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

This allows tools which depend on libclang to find the library
location.
This commit is contained in:
Ivan Grokhotkov
2025-05-03 16:54:01 +02:00
parent 6af87b6287
commit d9b6d4ed17

View File

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