We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146723 commit d05039cCopy full SHA for d05039c
tools/build.py
@@ -46,7 +46,7 @@ def compile(tmp_dir, sketch, cache, ide_path, f, args):
46
['-libraries', args.library_path],
47
['-hardware', args.hardware_path]]
48
for flag, paths in flag_paths:
49
- for path in paths:
+ for path in paths or []:
50
cmd += [flag, path]
51
52
# Debug=Serial,DebugLevel=Core____
0 commit comments