54375cc7a4
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.
3 lines
180 B
Plaintext
3 lines
180 B
Plaintext
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"
|