Skip to content

Commit 09056b0

Browse files
authored
Keep source file extension in object file names for IDF components (platformio#1362)
1 parent eb6d7c5 commit 09056b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def compile_source_files(
703703
obj_path = os.path.join(obj_path, os.path.basename(src_path))
704704

705705
preserve_source_file_extension = board.get(
706-
"build.esp-idf.preserve_source_file_extension", False
706+
"build.esp-idf.preserve_source_file_extension", True
707707
)
708708

709709
objects.append(

0 commit comments

Comments
 (0)