`qmk multibuild`: Fix bug with Path objects (#13093)

python_optimizations
Ryan 4 years ago committed by GitHub
parent 261d94ce34
commit af91221ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/python/qmk/cli/multibuild.py

@ -76,4 +76,4 @@ all: {keyboard_safe}_binary
) )
# yapf: enable # 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)

Loading…
Cancel
Save