File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ recipe.hooks.prebuild.6.pattern.windows=cmd /c if not exist "{build.path}\build_
147
147
# Set -DARDUINO_CORE_BUILD only on core file compilation
148
148
file_opts.path={build.path}/file_opts
149
149
recipe.hooks.prebuild.set_core_build_flag.pattern=/usr/bin/env bash -c ": > '{file_opts.path}'"
150
- recipe.hooks.core.prebuild.set_core_build_flag.pattern=/usr/bin/env bash -c "echo ' -DARDUINO_CORE_BUILD' > '{file_opts.path}'"
150
+ recipe.hooks.core.prebuild.set_core_build_flag.pattern=/usr/bin/env bash -c "echo -DARDUINO_CORE_BUILD > '{file_opts.path}'"
151
151
recipe.hooks.core.postbuild.set_core_build_flag.pattern=/usr/bin/env bash -c ": > '{file_opts.path}'"
152
152
153
153
recipe.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