mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
fix arduino builder command line (#6461)
This commit is contained in:
@ -57,6 +57,7 @@ def compile(tmp_dir, sketch, cache, tools_dir, hardware_dir, ide_path, f, args):
|
|||||||
if args.debug_port and args.debug_level:
|
if args.debug_port and args.debug_level:
|
||||||
cmd += 'dbg={debug_port},lvl={debug_level}'.format(**vars(args))
|
cmd += 'dbg={debug_port},lvl={debug_level}'.format(**vars(args))
|
||||||
cmd += ' '
|
cmd += ' '
|
||||||
|
cmd += '-built-in-libraries "' + ide_path + '/libraries" '
|
||||||
cmd += '-ide-version=10607 '
|
cmd += '-ide-version=10607 '
|
||||||
cmd += '-warnings={warnings} '.format(**vars(args))
|
cmd += '-warnings={warnings} '.format(**vars(args))
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
|
Reference in New Issue
Block a user