mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
qmk multibuild
: Fix bug with Path objects (#13093)
This commit is contained in:
parent
261d94ce34
commit
af91221ddb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue