Merge branch 'feature/windows_ccache_enable_v4.0' into 'release/v4.0'
tools: export IDF_CCACHE_ENABLE on Windows by default (backport v4.0) See merge request espressif/esp-idf!6664
This commit is contained in:
commit
0b0f8d6d6c
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue