Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-06-03 15:53:38 +00:00
commit a6f030fb42
1 changed files with 1 additions and 1 deletions

View File

@ -76,4 +76,4 @@ all: {keyboard_safe}_binary
)
# yapf: enable
cli.run([make_cmd, '-j', str(cli.args.parallel), '-f', makefile, 'all'], capture_output=False, stdin=DEVNULL)
cli.run([make_cmd, '-j', str(cli.args.parallel), '-f', makefile.as_posix(), 'all'], capture_output=False, stdin=DEVNULL)