mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user