Skip to content

Commit cd0af53

Browse files
committed
Force ESP-IDF build system to use proper Python // Issue #11
1 parent 25e0989 commit cd0af53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ def create_verion_file():
913913
[
914914
"-DIDF_TARGET=" + idf_variant,
915915
"-DEXTRA_COMPONENT_DIRS:PATH=" + ";".join(extra_components),
916+
"-DPYTHON=" + env.subst("$PYTHONEXE"),
916917
]
917918
+ click.parser.split_arg_string(board.get("build.cmake_extra_args", "")),
918919
)

0 commit comments

Comments
 (0)