~ruther/qmk_firmware

a6f030fb42e16de594a8456efa49c3abad167a46 — QMK Bot 4 years ago 2344d06 + af91221
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/multibuild.py
M lib/python/qmk/cli/multibuild.py => lib/python/qmk/cli/multibuild.py +1 -1
@@ 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)