mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
fix arduino builder command line (#6461)
This commit is contained in:
parent
0937b076c8
commit
ec4edf0b63
@ -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:
|
||||
cmd += 'dbg={debug_port},lvl={debug_level}'.format(**vars(args))
|
||||
cmd += ' '
|
||||
cmd += '-built-in-libraries "' + ide_path + '/libraries" '
|
||||
cmd += '-ide-version=10607 '
|
||||
cmd += '-warnings={warnings} '.format(**vars(args))
|
||||
if args.verbose:
|
||||
|
Loading…
x
Reference in New Issue
Block a user