Skip to content

Commit 3db8ecf

Browse files
authored
Update espidf.py
1 parent 2c2d643 commit 3db8ecf

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
@@ -2046,6 +2046,7 @@ def idf_lib_copy(source, target, env):
20462046
for folder in src:
20472047
files = [join(folder,x) for x in os.listdir(folder)]
20482048
for file in files:
2049+
print("new lib file to copy:", file)
20492050
if file.strip().endswith(".a"):
20502051
shutil.copyfile(file,join(lib_dst,file.split(os.path.sep)[-1]))
20512052

0 commit comments

Comments
 (0)