mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'feature/windows_ccache_enable' into 'master'
tools: export IDF_CCACHE_ENABLE on Windows by default Closes IDF-955 See merge request espressif/esp-idf!6607
This commit is contained in:
@@ -390,7 +390,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