Skip to content

Commit ec4edf0

Browse files
authored
fix arduino builder command line (#6461)
1 parent 0937b07 commit ec4edf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def compile(tmp_dir, sketch, cache, tools_dir, hardware_dir, ide_path, f, args):
5757
if args.debug_port and args.debug_level:
5858
cmd += 'dbg={debug_port},lvl={debug_level}'.format(**vars(args))
5959
cmd += ' '
60+
cmd += '-built-in-libraries "' + ide_path + '/libraries" '
6061
cmd += '-ide-version=10607 '
6162
cmd += '-warnings={warnings} '.format(**vars(args))
6263
if args.verbose:

0 commit comments

Comments
 (0)