From 981b2496cbb1fccbfbd79942b2ae7f9c5afeb84c Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 5 Nov 2019 11:45:27 +0100 Subject: [PATCH] tools: export IDF_CCACHE_ENABLE on Windows by default --- tools/tools.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index 192faf623..7be054a19 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -374,7 +374,9 @@ "" ] ], - "export_vars": {}, + "export_vars": { + "IDF_CCACHE_ENABLE": "1" + }, "info_url": "https://github.com/ccache/ccache", "install": "never", "license": "GPL-3.0-or-later",