File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ recipe.hooks.prebuild.6.pattern.windows=cmd /c if not exist "{build.path}\build_
189189# Set -DARDUINO_CORE_BUILD only on core file compilation
190190file_opts.path={build.path}/file_opts
191191recipe.hooks.prebuild.set_core_build_flag.pattern=bash -c ": > {file_opts.path}"
192- recipe.hooks.core.prebuild.set_core_build_flag.pattern=bash -c "echo ' -DARDUINO_CORE_BUILD' > {file_opts.path}"
192+ recipe.hooks.core.prebuild.set_core_build_flag.pattern=bash -c "echo -DARDUINO_CORE_BUILD > {file_opts.path}"
193193recipe.hooks.core.postbuild.set_core_build_flag.pattern=bash -c ": > {file_opts.path}"
194194
195195recipe.hooks.prebuild.set_core_build_flag.pattern.windows=cmd /c type nul > {file_opts.path}
You can’t perform that action at this time.
0 commit comments