We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0937b07 commit ec4edf0Copy full SHA for ec4edf0
tools/build.py
@@ -57,6 +57,7 @@ def compile(tmp_dir, sketch, cache, tools_dir, hardware_dir, ide_path, f, args):
57
if args.debug_port and args.debug_level:
58
cmd += 'dbg={debug_port},lvl={debug_level}'.format(**vars(args))
59
cmd += ' '
60
+ cmd += '-built-in-libraries "' + ide_path + '/libraries" '
61
cmd += '-ide-version=10607 '
62
cmd += '-warnings={warnings} '.format(**vars(args))
63
if args.verbose:
0 commit comments