mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 05:07:48 -06:00
Quote paths so build scripts work when directories have space in their name.
Currently if you clone Marlin to a directory with a space in the name, Arduino will generate an error. Because when executed the path ends up split into two separate arguments.
This commit is contained in:
parent
bdf778bec2
commit
54375cc7a4
2 changed files with 15 additions and 15 deletions
|
@ -1,2 +1,2 @@
|
|||
compiler.cpp.extra_flags=-DHAS_AUTOMATIC_VERSIONING
|
||||
recipe.hooks.prebuild.pattern=/usr/local/bin/generate_version_header_for_marlin {build.source.path} {build.path}/_Version.h
|
||||
recipe.hooks.prebuild.pattern=/usr/local/bin/generate_version_header_for_marlin "{build.source.path}" "{build.path}/_Version.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue