mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-13 17:57:53 -06:00
Allow py scripts to handle spaces in paths (#14876)
This commit is contained in:
parent
eb3a3d249e
commit
f9f20bb454
7 changed files with 8 additions and 8 deletions
|
@ -15,8 +15,8 @@ env.AddPostAction(
|
|||
"$OBJCOPY",
|
||||
"-O",
|
||||
"ihex",
|
||||
"$BUILD_DIR/${PROGNAME}.elf",
|
||||
"$BUILD_DIR/${PROGNAME}.hex"
|
||||
'"$BUILD_DIR/${PROGNAME}.elf"',
|
||||
'"$BUILD_DIR/${PROGNAME}.hex"'
|
||||
]), "Building $TARGET"))
|
||||
|
||||
# please keep $SOURCE variable, it will be replaced with a path to firmware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue