File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ recipe.hooks.prebuild.set_core_build_flag.pattern=bash -c ": > {file_opts.path}"
192
192
recipe.hooks.core.prebuild.set_core_build_flag.pattern=bash -c "echo -DARDUINO_CORE_BUILD > {file_opts.path}"
193
193
recipe.hooks.core.postbuild.set_core_build_flag.pattern=bash -c ": > {file_opts.path}"
194
194
195
- recipe.hooks.prebuild.set_core_build_flag.pattern.windows=cmd /c type nul > {file_opts.path}
196
- recipe.hooks.core.prebuild.set_core_build_flag.pattern.windows=cmd /c echo "-DARDUINO_CORE_BUILD" > {file_opts.path}
197
- recipe.hooks.core.postbuild.set_core_build_flag.pattern.windows=cmd /c type nul > {file_opts.path}
195
+ recipe.hooks.prebuild.set_core_build_flag.pattern.windows=cmd /c type nul > " {file_opts.path}"
196
+ recipe.hooks.core.prebuild.set_core_build_flag.pattern.windows=cmd /c echo "-DARDUINO_CORE_BUILD" > " {file_opts.path}"
197
+ recipe.hooks.core.postbuild.set_core_build_flag.pattern.windows=cmd /c type nul > " {file_opts.path}"
198
198
199
199
# Generate debug.cfg (must be postbuild)
200
200
recipe.hooks.postbuild.1.pattern=bash -c "[ {build.copy_jtag_files} -eq 0 ] || cp -f "{debug.server.openocd.scripts_dir}"board/{build.openocdscript} "{build.source.path}"/debug.cfg"
You can’t perform that action at this time.
0 commit comments