mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
26db058339
Works around "command line too long" errors when using Windows and CMake < 3.11 Closes IDF-711
7 lines
162 B
Bash
7 lines
162 B
Bash
{
|
|
"COMPONENT_KCONFIGS": "${kconfigs}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD": "${kconfig_projbuilds}",
|
|
"IDF_CMAKE": "y",
|
|
"IDF_TARGET": "${idf_target}"
|
|
}
|