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:
Angus Gratton
2019-11-21 06:39:27 +08:00

View File

@ -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",