From d9b6d4ed17ba8652304712a040b7dd21ca9ee555 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sat, 3 May 2025 16:54:01 +0200 Subject: [PATCH] change(tools): export esp-clang-libs location as ESP_CLANG_LIBS_PATH This allows tools which depend on libclang to find the library location. --- tools/tools.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index 05d00ccc98..7e95ee7ff5 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -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",