Force ESP-IDF build system to use proper Python // Issue #11

This commit is contained in:
valeros
2020-11-27 15:26:55 +02:00
parent 25e0989736
commit cd0af53d4b
+1
View File
@@ -913,6 +913,7 @@ project_codemodel = get_cmake_code_model(
[
"-DIDF_TARGET=" + idf_variant,
"-DEXTRA_COMPONENT_DIRS:PATH=" + ";".join(extra_components),
"-DPYTHON=" + env.subst("$PYTHONEXE"),
]
+ click.parser.split_arg_string(board.get("build.cmake_extra_args", "")),
)