We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4622d commit 6497fe4Copy full SHA for 6497fe4
platform.txt
@@ -189,7 +189,7 @@ recipe.hooks.prebuild.6.pattern.windows=cmd /c if not exist "{build.path}\build_
189
# Set -DARDUINO_CORE_BUILD only on core file compilation
190
file_opts.path={build.path}/file_opts
191
recipe.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}"
+recipe.hooks.core.prebuild.set_core_build_flag.pattern=bash -c "echo -DARDUINO_CORE_BUILD > {file_opts.path}"
193
recipe.hooks.core.postbuild.set_core_build_flag.pattern=bash -c ": > {file_opts.path}"
194
195
recipe.hooks.prebuild.set_core_build_flag.pattern.windows=cmd /c type nul > {file_opts.path}
0 commit comments