Skip to content

Commit d05039c

Browse files
committed
extra
1 parent f146723 commit d05039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def compile(tmp_dir, sketch, cache, ide_path, f, args):
4646
['-libraries', args.library_path],
4747
['-hardware', args.hardware_path]]
4848
for flag, paths in flag_paths:
49-
for path in paths:
49+
for path in paths or []:
5050
cmd += [flag, path]
5151

5252
# Debug=Serial,DebugLevel=Core____

0 commit comments

Comments
 (0)